From 2e51e50fa0993074601e07178cd34ad6f8050896 Mon Sep 17 00:00:00 2001 From: Tharre Date: Sat, 2 Mar 2019 14:51:40 +0100 Subject: zsh: fix typo --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 7259188..8d8bdf6 100644 --- a/.zshrc +++ b/.zshrc @@ -112,7 +112,7 @@ function set_title_precmd { title "%15<..<%~%<<" $ZSH_THEME_TERM_TITLE_IDLE } -function set_tilte_preexec { +function set_title_preexec { setopt extended_glob # cmd name only, or if this is sudo or ssh, the next cmd @@ -123,7 +123,7 @@ function set_tilte_preexec { } precmd_functions+=(set_title_precmd) -preexec_functions+=(set_tilte_preexec) +preexec_functions+=(set_title_preexec) # zshenv may not be attached to a tty, so we set this here instead export GPG_TTY="$(tty)" -- cgit v1.2.3-70-g09d2