zsh: make ds() safer
Alan Pearce alan@alanpearce.eu
Thu, 27 Feb 2020 11:01:22 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
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