From d25bb738e7c5c636359af852eba946006a2eafff Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Wed, 12 May 2021 18:12:03 +0530 Subject: added sudo plugin & fixed ss keybinding --- zsh/.zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'zsh') diff --git a/zsh/.zshrc b/zsh/.zshrc index f9df05f..38cec68 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -81,7 +81,7 @@ compinit # vi mode bindkey -v -export KEYTIMEOUT=1 +# export KEYTIMEOUT=1 # reverse search bindkey '^R' history-incremental-search-backward @@ -114,5 +114,6 @@ zle -N zle-line-init echo -ne '\e[5 q' # Use beam shape cursor on startup. preexec() { echo -ne '\e[5 q' ;} # Use beam shape cursor for each new prompt. -# Load zsh-syntax-highlighting; should be last. +# Load plugins +source ~/.cache/zsh/plugins/sudo.plugin.zsh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null -- cgit v1.2.3