aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dot_zshrc')
-rw-r--r--dot_zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_zshrc b/dot_zshrc
index ef1ce4b..ab72106 100644
--- a/dot_zshrc
+++ b/dot_zshrc
@@ -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.
73plugins=(git fzf-zsh-plugin) 73plugins=(git fzf)
74 74
75source $ZSH/oh-my-zsh.sh 75source $ZSH/oh-my-zsh.sh
76 76
Powered by cgit v1.2.3 (git 2.41.0)