diff options
Diffstat (limited to 'tag-zsh/config')
-rw-r--r-- | tag-zsh/config/zsh/zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 160257e4..7a2688f4 100644 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -52,6 +52,8 @@ alias lal="ll -A" alias lla="lal" alias llr="ll -t" +bindkey '\e[3~' delete-char + if zplug check Tarrasch/zsh-autoenv then AUTOENV_FILE_ENTER=.envrc |