Explorar el Código

Add zsh plugins to make it more fish-like

Frans Bergman hace 6 años
padre
commit
c2b5f88572
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      .zshrc

+ 4 - 0
.zshrc

@@ -116,3 +116,7 @@ fzf-history-widget-accept() {
 }
 zle     -N     fzf-history-widget-accept
 bindkey '^X^R' fzf-history-widget-accept
+
+source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
+source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
+ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor)