Alias df to skip loop and tmp fs on Linux

This commit is contained in:
2019-05-17 10:34:51 -07:00
parent e781535a51
commit 99722dfd01

1
.zshrc
View File

@@ -7,6 +7,7 @@ cd $HOME/.zcustom
case "`uname`" in
Linux)
STATARGS="-c %Z"
alias df='df -x squashfs -x tmpfs -x devtmpfs'
;;
Darwin)
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"