1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2026-06-05 14:13:31 +00:00

[Fix #196] Remove compdef calls

This commit is contained in:
Sorin Ionescu
2012-06-13 18:04:08 -04:00
parent e4be6d633f
commit 54e8b37c77
5 changed files with 26 additions and 3 deletions
-1
View File
@@ -23,7 +23,6 @@ function dut {
done < <(du -kcs "$@") | sort -n -r
fi
}
compdef _du dut
dut "$@"