From 99722dfd019ff066a0239ecf7a7e9e2d8510d129 Mon Sep 17 00:00:00 2001 From: Edward Dorrington Date: Fri, 17 May 2019 10:34:51 -0700 Subject: [PATCH] Alias df to skip loop and tmp fs on Linux --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 6766bc8..1f2a8d8 100644 --- a/.zshrc +++ b/.zshrc @@ -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"