# HG changeset patch # User Meredith Howard # Date 1571453961 18000 # Node ID 31133d3dbc98440ff9bbb7bba6364e33a210dbdf # Parent afc9c88b48979332f6b0f7bc2a78778f38fbd109 redundant diff --git a/.zshrc b/.zshrc --- a/.zshrc +++ b/.zshrc @@ -60,20 +60,6 @@ export HISTIGNORE="ls:cd:cd -:pwd:exit:d [[ -n "${terminfo[knp]}" ]] && bindkey -- "${terminfo[knp]}" end-of-buffer-or-history [[ -n "${terminfo[kcbt]}" ]] && bindkey -- "${terminfo[kcbt]}" reverse-menu-complete -# Finally, make sure the terminal is in application mode, when zle is -# active. Only then are the values from $terminfo valid. -if (( ${+terminfo[smkx]} && ${+terminfo[rmkx]} )); then - autoload -Uz add-zle-hook-widget - function zle_application_mode_start { - echoti smkx - } - function zle_application_mode_stop { - echoti rmkx - } - add-zle-hook-widget -Uz zle-line-init zle_application_mode_start - add-zle-hook-widget -Uz zle-line-finish zle_application_mode_stop -fi - source ~/.profile.common for envthing in $envthings; do