summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zsh/zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zsh/zshrc b/.zsh/zshrc
index 5b99edf..426b6f9 100644
--- a/.zsh/zshrc
+++ b/.zsh/zshrc
@@ -190,6 +190,8 @@ _set_title () {
screen*)
pre="\033k"
post="\033\\";;
+ linux)
+ return;;
esac
echo -ne "${pre}${USER}@${HOST}:${PWD/$HOME/~}${post}"
}
@@ -201,6 +203,7 @@ _set_cwd () {
screen*)
# pass through to parent terminal emulator
update="\0033P$update\0033\\";;
+ linux) return;;
esac
echo -ne "$update"