Explorar o código

Add zsh plugins to make it more fish-like

Frans Bergman %!s(int64=6) %!d(string=hai) anos
pai
achega
c2b5f88572
Modificáronse 1 ficheiros con 4 adicións e 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)