Commit 8af96989 authored by Murukesh Mohanan's avatar Murukesh Mohanan

du function

parent 1305b459
......@@ -153,6 +153,10 @@ bh () {
done
}
dux () {
sudo du -hx --max-depth 1 "$@" | sort -h
}
# pip zsh completion start
function _pip_completion {
local words cword
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment