summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rwxr-xr-xzsh/.zshrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index f9df05f..38cec68 100755
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -81,7 +81,7 @@ compinit
81 81
82# vi mode 82# vi mode
83bindkey -v 83bindkey -v
84export KEYTIMEOUT=1 84# export KEYTIMEOUT=1
85 85
86# reverse search 86# reverse search
87bindkey '^R' history-incremental-search-backward 87bindkey '^R' history-incremental-search-backward
@@ -114,5 +114,6 @@ zle -N zle-line-init
114echo -ne '\e[5 q' # Use beam shape cursor on startup. 114echo -ne '\e[5 q' # Use beam shape cursor on startup.
115preexec() { echo -ne '\e[5 q' ;} # Use beam shape cursor for each new prompt. 115preexec() { echo -ne '\e[5 q' ;} # Use beam shape cursor for each new prompt.
116 116
117# Load zsh-syntax-highlighting; should be last. 117# Load plugins
118source ~/.cache/zsh/plugins/sudo.plugin.zsh
118source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null 119source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null