summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2019-12-22 11:56:23 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2019-12-22 11:56:23 +0000
commitbc6d0202b10feff10d0cd62eb99b1af4824d59c7 (patch)
treea03c72e1d1f645539d33375d059c5fd2b7f425ef /zsh
parenta0f16b6d6b4928b6e64d065e9498b3f00dbc5a8b (diff)
Have macOS df hide inode statistics
GNU df does not show those by default so the Linux alias remains unchanged.
Diffstat (limited to 'zsh')
-rw-r--r--zsh/rc1
1 files changed, 0 insertions, 1 deletions
diff --git a/zsh/rc b/zsh/rc
index d855fe4..d357198 100644
--- a/zsh/rc
+++ b/zsh/rc
@@ -25,7 +25,6 @@ WORDCHARS=${WORDCHARS/\//}
alias bc='bc -lq'
alias cp='cp -i'
alias ddig='dig +noall +answer'
-alias df='df -h'
alias du='du -h'
alias dusum='du -d1 | sort -hr'
alias ec='emacsclient -t'