zsh updates
This commit is contained in:
@@ -32,5 +32,8 @@ fpath=("$HOME/.grok/completions/zsh" $fpath)
|
||||
# If not running interactively, don't do anything
|
||||
[[ -o interactive ]] || return
|
||||
|
||||
# Delete key sends ESC[3~; without this binding zsh inserts "~" literally
|
||||
[[ -n ${terminfo[kdch1]} ]] && bindkey "${terminfo[kdch1]}" delete-char
|
||||
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
Reference in New Issue
Block a user