diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2019-12-22 11:56:23 +0000 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2019-12-22 11:56:23 +0000 |
| commit | bc6d0202b10feff10d0cd62eb99b1af4824d59c7 (patch) | |
| tree | a03c72e1d1f645539d33375d059c5fd2b7f425ef /dotfiles-darwin/zsh/rc | |
| parent | a0f16b6d6b4928b6e64d065e9498b3f00dbc5a8b (diff) | |
Have macOS df hide inode statistics
GNU df does not show those by default so the Linux alias remains
unchanged.
Diffstat (limited to 'dotfiles-darwin/zsh/rc')
| -rw-r--r-- | dotfiles-darwin/zsh/rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles-darwin/zsh/rc b/dotfiles-darwin/zsh/rc index 019d611..88c05bd 100644 --- a/dotfiles-darwin/zsh/rc +++ b/dotfiles-darwin/zsh/rc @@ -1,4 +1,5 @@ # -*- mode: shell-script -*- +alias df='df -Ph' alias ls='ls -G' alias lsh='du -a | sort -h' |
