diff options
Diffstat (limited to 'config/zsh')
-rw-r--r-- | config/zsh/.zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/zsh/.zshrc b/config/zsh/.zshrc index e9ed25f..d9d7bff 100644 --- a/config/zsh/.zshrc +++ b/config/zsh/.zshrc @@ -68,8 +68,8 @@ bindkey -M vicmd '^e' edit-command-line bindkey -M visual '^[[P' vi-delete # autosuggestion and syntax highlighting -source $HOME/src/zsh-as/zsh-autosuggestions.zsh 2> /dev/null -source $HOME/src/zsh-fsh/fast-syntax-highlighting.plugin.zsh 2>/dev/null +#source $HOME/src/zsh-as/zsh-autosuggestions.zsh 2> /dev/null +#source $HOME/src/zsh-fsh/fast-syntax-highlighting.plugin.zsh 2>/dev/null bindkey '^s' autosuggest-accept |