Skip to content

Commit

Permalink
Add script for zsh plugin : fzf, completions, highlihghting
Browse files Browse the repository at this point in the history
  • Loading branch information
ujinyng committed Jun 3, 2020
1 parent 8cad180 commit f05d1e6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions zshplugin.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/zsh
#zsh-highlighting
source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh

#fzf
/usr/local/opt/fzf/install

#zsh-completions
rm -f ~/.zcompdump;
compinit
#chmod go-w '/usr/local/share'


0 comments on commit f05d1e6

Please sign in to comment.