all repos — nixfiles @ ff93bb2dc1cd3a28ebbf17b8beff205a13d6980b

System and user configuration, managed by nix and home-manager

zsh: make ds() safer
Alan Pearce alan@alanpearce.eu
Thu, 27 Feb 2020 11:01:22 +0100
commit

ff93bb2dc1cd3a28ebbf17b8beff205a13d6980b

parent

b3658308fbef6cdc33b14264d33f00d3023b42ac

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/zsh/.config/zsh/.zshrcuser/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