summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--01_Functions.zsh2
-rw-r--r--20_Options.zsh2
2 files changed, 2 insertions, 2 deletions
diff --git a/01_Functions.zsh b/01_Functions.zsh
index f5f64e3..f40a7df 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
diff --git a/20_Options.zsh b/20_Options.zsh
index 0ac3b5d..d150609 100644
--- a/20_Options.zsh
+++ b/20_Options.zsh
@@ -58,7 +58,7 @@ setopt Extended_History
setopt Hist_Expire_Dups_First
setopt Hist_Ignore_All_Dups
setopt Hist_Ignore_Space
-setopt Hist_No_Functions
+unsetopt Hist_No_Functions
unsetopt Hist_No_Store
setopt Hist_Reduce_Blanks
setopt Inc_Append_History