summaryrefslogtreecommitdiff
path: root/01_Functions.zsh
diff options
context:
space:
mode:
Diffstat (limited to '01_Functions.zsh')
-rw-r--r--01_Functions.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/01_Functions.zsh b/01_Functions.zsh
index 842e4d6..f341200 100644
--- a/01_Functions.zsh
+++ b/01_Functions.zsh
@@ -42,7 +42,7 @@ term_title()
*term*|rxvt*|putty)
print -Pn "\e]0;%n@%m (%l) %~$@\a" # Sets term title
;;
- screen)
+ screen*)
# hardstatus
print -Pn "\e]2;[SCREEN #n] ?u(u) ?%n@%m (%l) %~$@\a" # Sets hardstatus line (term title)
# caption