mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-10-29 05:29:09 +00:00
[Fix #196] Remove compdef calls
This commit is contained in:
@@ -23,7 +23,6 @@ function dut {
|
||||
done < <(du -kcs "$@") | sort -n -r
|
||||
fi
|
||||
}
|
||||
compdef _du dut
|
||||
|
||||
dut "$@"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user