Skip to content

Commit

Permalink
readd zicompdef removal
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Oct 22, 2024
1 parent 670eae5 commit c3fd628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ eval "\$(mise exec -- direnv hook zsh)"
EOF

# delete some zsh_plugins that are macos specific
# sed -i '/zicompdef/d' ~/.zsh_plugins
sed -i '/zicompdef/d' ~/.zsh_plugins # assumes rg, etc which is not the same on servers :/
sed -i '/iTerm2-shell/d' ~/.zsh_plugins
sed -i '/zsh-auto-notify/d' ~/.zsh_plugins
# sed -i '/fast-syntax-highlighting/d' ~/.zsh_plugins
Expand Down

0 comments on commit c3fd628

Please sign in to comment.