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-linux | |
| 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-linux')
| -rw-r--r-- | dotfiles-linux/zsh/rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles-linux/zsh/rc b/dotfiles-linux/zsh/rc new file mode 100644 index 0000000..2a87610 --- /dev/null +++ b/dotfiles-linux/zsh/rc @@ -0,0 +1,3 @@ +# -*- mode: shell-script -*- + +alias df='df -h' |
