aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/setopt.zsh9
1 files changed, 0 insertions, 9 deletions
diff --git a/zsh/setopt.zsh b/zsh/setopt.zsh
index 7fffab6..df15355 100644
--- a/zsh/setopt.zsh
+++ b/zsh/setopt.zsh
@@ -8,12 +8,3 @@ DISABLE_AUTO_TITLE="true"
setopt HIST_IGNORE_ALL_DUPS
setopt NO_BEEP
setopt MENU_COMPLETE
-
-function set_title() {
- folder=$(sed "s/$USER/~/g" <<<$PWD:t)
-
- window_title="\033]0;$USER@$HOST: $folder\007"
- echo -ne "$window_title"
-}
-
-autoload -Uz add-zsh-hook && add-zsh-hook precmd set_title \ No newline at end of file