X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/e05c9ebaca10e64b6724b95fcafcb7af14ade43b..69275b164d9133fe470727fa7035d5a00236add8:/.zsh/zshrc/30_aliases diff --git a/.zsh/zshrc/30_aliases b/.zsh/zshrc/30_aliases index 6762211..fd47bc9 100644 --- a/.zsh/zshrc/30_aliases +++ b/.zsh/zshrc/30_aliases @@ -64,7 +64,7 @@ compdef _doc doc alias giti='git init && git add . && git commit -minitial\ checkin' -if whence tailf >/devnull; then +if whence tailf >/dev/null; then alias t=tailf else alias t='tail -f' @@ -93,6 +93,8 @@ alias scpnew='scp -o "StrictHostKeyChecking no"' alias sshtmp='sshnew -o "UserKnownHostsFile /dev/null"' alias scptmp='scpnew -o "UserKnownHostsFile /dev/null"' +alias sendmail=/usr/sbin/sendmail + _d() { dict $* } d() { _d $* | sensible-pager } the() { d -d moby-thesaurus $* }