diff --git a/.zshrc b/.zshrc index 8089104..baad6f0 100644 --- a/.zshrc +++ b/.zshrc @@ -8,7 +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 mount='mount -t ext3,ext4,cifs,nfs,nfs4,zfs,vfat,btrfs,fuseblk' alias open=xdg-open ;; Darwin)