diff options
-rw-r--r-- | .functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ function fs() { if [[ -n "$@" ]]; then du $arg -- "$@"; else - du $arg .[^.]* *; + du $arg .[^.]* ./*; fi; } |
index : dotfiles/.git | ||
:wrench: .files, including ~/.osx — sensible hacker defaults for OS X | Filipp Lepalaan |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | .functions | 2 |
@@ -64,7 +64,7 @@ function fs() { if [[ -n "$@" ]]; then du $arg -- "$@"; else - du $arg .[^.]* *; + du $arg .[^.]* ./*; fi; } |