aboutsummaryrefslogtreecommitdiff
path: root/shell/zsh/.zshrc
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2020-12-21 18:06:36 +0100
committerbozo.kopic <bozo@kopic.xyz>2020-12-21 18:06:36 +0100
commit59a962ec2521f80cafda91325adb167c1c8d83f5 (patch)
tree3b48743e5146b4fe02714cf92935c559a84d0b23 /shell/zsh/.zshrc
parent004162c05e42a2f2645ca06702567967b1d88961 (diff)
.
Diffstat (limited to 'shell/zsh/.zshrc')
-rw-r--r--shell/zsh/.zshrc8
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