Add compdef header

This commit is contained in:
Reid 'arrdem' McKenzie 2018-01-16 11:22:29 -08:00
parent d0ad15897d
commit f6bfb103d1

View file

@ -1,4 +1,4 @@
# goto.zsh
#compdef _goto
function _awk {
which awk &>/dev/null && awk $@ || \