From 3e84dc3c0bc2551a0ef7630e756206041db4aa6b Mon Sep 17 00:00:00 2001 From: Edward Dorrington Date: Wed, 16 Feb 2022 15:28:27 -0600 Subject: [PATCH] Updates --- .zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index baad6f0..3abd295 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,fuseblk' + alias mount='mount -t ext3,ext4,cifs,nfs,nfs4,zfs,vfat,btrfs' alias open=xdg-open ;; Darwin) @@ -89,7 +89,7 @@ DISABLE_UPDATE_PROMPT="true" # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(battery golang zsh-syntax-highlighting) +plugins=(battery brew golang lein macos zsh-syntax-highlighting) source $ZSH/oh-my-zsh.sh @@ -115,3 +115,4 @@ fi # Remove duplicate entries in the PATH typeset -U path +