From 2defba669d9cffe2afa274a53e328cc8572853df Mon Sep 17 00:00:00 2001 From: Marc Date: Fri, 15 May 2020 14:41:35 +0200 Subject: [PATCH] typo --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 3eff8f9..863e556 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -96,7 +96,7 @@ key[PageDown]="$terminfo[knp]" bindkey "^R" history-incremental-search-backward # Finally, make sure the terminal is in application mode, when zle is -# active. Only then are the values from $erminfo valid. +# active. Only then are the values from $terminfo valid. if (( ${+terminfo[smkx]} )) && (( ${+terminfo[rmkx]} )); then function zle-line-init () {