summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/screen/screen.plugin.zsh4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/screen/screen.plugin.zsh b/plugins/screen/screen.plugin.zsh
index 26531c40b..375d8750a 100644
--- a/plugins/screen/screen.plugin.zsh
+++ b/plugins/screen/screen.plugin.zsh
@@ -1,6 +1,10 @@
# if using GNU screen, let the zsh tell screen what the title and hardstatus
# of the tab window should be.
if [[ "$TERM" == screen* ]]; then
+ # Unset title() function defined in lib/termsupport.zsh to prevent
+ # overwriting our screen titles
+ title(){}
+
if [[ $_GET_PATH == '' ]]; then
_GET_PATH='echo $PWD | sed "s/^\/Users\//~/;s/^\/home\//~/;s/^~$USERNAME/~/"'
fi