From 78d5e2082554d370f43216406f84872eaa2a4e5b Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 17 Oct 2024 22:46:39 -0500 Subject: remove zsh and nvim configs from this repo and move to another --- zsh/zscripts/terminalname.zsh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 zsh/zscripts/terminalname.zsh (limited to 'zsh/zscripts/terminalname.zsh') diff --git a/zsh/zscripts/terminalname.zsh b/zsh/zscripts/terminalname.zsh deleted file mode 100755 index 6e55d22..0000000 --- a/zsh/zscripts/terminalname.zsh +++ /dev/null @@ -1,8 +0,0 @@ -function xtitle () { - builtin print -n -- "\e]0;$@\a" -} - -# Updates the window title whenever a command is run -function precmd () { - xtitle "$(print -P ${USER}@${HOST} %~)" -} -- cgit v1.2.3