Procházet zdrojové kódy

Add zsh plugins to make it more fish-like

Frans Bergman před 6 roky
rodič
revize
c2b5f88572
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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)