X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.zsh%2Fzshrc%2F30_aliases;h=e028885e1d5eb7b98d367b20e42e5892d44fb862;hb=01feb857ec271d3bfabd1265528bcbb5e401c432;hp=b09f4b1cb55437b943637203877fa248c5958742;hpb=6aef4f4cbd4de6478e2cfa59621adfe104c7a497;p=zsh.git diff --git a/.zsh/zshrc/30_aliases b/.zsh/zshrc/30_aliases index b09f4b1..e028885 100644 --- a/.zsh/zshrc/30_aliases +++ b/.zsh/zshrc/30_aliases @@ -197,12 +197,4 @@ compdef asc=ssh alias mdtest='swaks -s localhost -t' -if whence devtodo >/dev/null; then - _devtodo_on_chpwd() { - local out; out="$(devtodo)" - [[ -n $out ]] && print "todo:\n$out" - } - [[ -z ${(M)chpwd_functions:#_devtodo_on_chpwd} ]] && chpwd_functions+=_devtodo_on_chpwd -fi - # vim:ft=zsh