From 59a962ec2521f80cafda91325adb167c1c8d83f5 Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Mon, 21 Dec 2020 18:06:36 +0100 Subject: . --- shell/zsh/.zshrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'shell/zsh/.zshrc') 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 -- cgit v1.2.3-70-g09d2