all repos — nixfiles @ ff93bb2dc1cd3a28ebbf17b8beff205a13d6980b

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

zsh: make ds() safer

Alan Pearce
commit

ff93bb2dc1cd3a28ebbf17b8beff205a13d6980b

parent

b3658308fbef6cdc33b14264d33f00d3023b42ac

1 file changed, 1 insertion(+), 1 deletion(-)

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