diff options
Diffstat (limited to 'shell/zsh/.zshrc')
| -rw-r--r-- | shell/zsh/.zshrc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc index 6d0d4ef..949f913 100644 --- a/shell/zsh/.zshrc +++ b/shell/zsh/.zshrc @@ -8,5 +8,11 @@ autoload -Uz compinit compinit . ~/.dotfiles/shell/zsh/zsh-git-prompt/zshrc.sh - PROMPT='[%F{green}%n%f@%m %F{green}%~%f $(git_super_status)]$ ' + +. /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh +. /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +. /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh + +bindkey '^[[A' history-substring-search-up +bindkey '^[[B' history-substring-search-down |
