diff options
Diffstat (limited to 'dot_zshrc')
-rw-r--r-- | dot_zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ HIST_STAMPS="mm/dd/yyyy" | |||
70 | # Custom plugins may be added to $ZSH_CUSTOM/plugins/ | 70 | # Custom plugins may be added to $ZSH_CUSTOM/plugins/ |
71 | # Example format: plugins=(rails git textmate ruby lighthouse) | 71 | # Example format: plugins=(rails git textmate ruby lighthouse) |
72 | # Add wisely, as too many plugins slow down shell startup. | 72 | # Add wisely, as too many plugins slow down shell startup. |
73 | plugins=(git fzf-zsh-plugin) | 73 | plugins=(git fzf) |
74 | 74 | ||
75 | source $ZSH/oh-my-zsh.sh | 75 | source $ZSH/oh-my-zsh.sh |
76 | 76 | ||