summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--01_Internal.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/01_Internal.zsh b/01_Internal.zsh
index 20c02c3..a73772c 100644
--- a/01_Internal.zsh
+++ b/01_Internal.zsh
@@ -52,7 +52,7 @@ __term_title()
print -Pn "\e]l%n@%m %~$@\e\\" # Never tested..
;;
*term*|rxvt*|putty)
- print -Pn "\e]0;%n@%m (%l) %~${@//%/%%}\a" # Sets term title
+ print -Pn "\e]0;%n@%m (%l) %~${@//\%/%%}\a" # Sets term title
;;
screen*)
local _sep=""