]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blobdiff - .zsh_aliases
feat: move aliases to functions, because they are often less troublesome
[user/henk/vcsh/zsh.git] / .zsh_aliases
index fb70484b57def881d25581487fbaa0fe7af975e2..ca165adc3cfbe7814da56bbc4d9fd9f361569ddd 100644 (file)
@@ -43,24 +43,8 @@ alias ip='ip -brief -color=auto'
 alias ls='ls --color=auto -b'
 alias mv='mv -i'
 
-alias qmpv='mpv -ao null'
-alias hw1mpv='mpv --ao=alsa:device=[hw:1,0] --audio-format s32'
-
 alias dus='du -s * | sort -n'
 
-alias dquilt="quilt --quiltrc=${HOME}/.quiltrc-dpkg"
-
-alias diary='vim ~/Data/henksfiles/workinprogress/Dokumente/diary/$(date +%F).otl'
-alias dreamdiary='vim ~/Data/henksfiles/workinprogress/Dokumente/diary/dreams_$(date +%F).otl'
-alias positivediary='vim ~/Data/henksfiles/workinprogress/Dokumente/diary/positive_$(date +%F).otl'
-alias dramalog='e Data/henksfiles/workinprogress/Dokumente/Beziehung/dramalog.otl'
-alias jdiary='vim ~/Data/henksfiles/workinprogress/Dokumente/jdiary/$(date +%F).otl'
-
-#alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
-function alert() {
-  notify-send --urgency=low -i ${(%):-%(?.terminal.error)} ${history[$HISTCMD]%[;&|][[:space:]]##alert}
-}
-
 alias datesortimages='exiftool "-Directory<DateTimeOriginal" -d 00_test_sorted/%Y/%m/%d -r'
 
 alias ta='task'