diff options
-rw-r--r-- | user/zsh/.config/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/zsh/.config/zsh/.zshrc b/user/zsh/.config/zsh/.zshrc index d2ed1807..22e28528 100644 --- a/user/zsh/.config/zsh/.zshrc +++ b/user/zsh/.config/zsh/.zshrc @@ -53,7 +53,7 @@ bindkey '\e^k' kill-argument 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 |