From c02dd28109254f3b61489c5036c62d9f8c570c8e Mon Sep 17 00:00:00 2001 From: Edward Dorrington Date: Thu, 17 Dec 2020 08:33:21 -0600 Subject: [PATCH] alias mount to exclude squashfs, etc --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 1f4d96c..7bc2443 100644 --- a/.zshrc +++ b/.zshrc @@ -8,6 +8,7 @@ case "`uname`" in Linux) STATARGS="-c %Z" alias df='df -x squashfs -x tmpfs -x devtmpfs' + alias mount='mount -t ext3,ext4,cifs,nfs,nfs4,zfs,vfat,btrfs' alias open=xdg-open ;; Darwin)