summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2024-07-25 15:49:04 -0400
committerMatt Turner <mattst88@gmail.com>2024-07-25 15:49:04 -0400
commitd711e9fc2b3765e6146219ad3f1838984a3c72ae (patch)
tree1f5dafd83c6ee94045cc7f719308f664fe797a54
parent99e18b7c73da25569a6ae4f5d41aff5f17ca519f (diff)
zsh: Drop removed fd and ripgrep pluginsHEADmaster
-rwxr-xr-xzsh/.zshrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 1e85efe..4239018 100755
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -7,13 +7,11 @@ ZSH_THEME="gentoo"
plugins=(
autojump
colored-man-pages
- fd
fzf
git
gpg-agent
mosh
pass
- ripgrep
)
source $ZSH/oh-my-zsh.sh