zsh: make ds() safer
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M user/zsh/.config/zsh/.zshrc → user/zsh/.config/zsh/.zshrc
@@ -53,7 +53,7 @@ sort=${commands[gsort]:-$commands[sort]} ds () { - du -hd1 $1 | $sort -h + du -hd1 "$@" | $sort -h } # returns the first ghq root, whereas $GHQ_ROOT returns all