mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-30 12:59:25 +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