mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 15:34:40 +01:00
note to self re. screen
This commit is contained in:
parent
9e0e77517a
commit
c5ab7cf3e6
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
|
@ -20,7 +20,7 @@ set_term_title() {
|
||||||
esac
|
esac
|
||||||
case $TERM in
|
case $TERM in
|
||||||
screen*)
|
screen*)
|
||||||
#print -Pn "\ek%n@%m: %~\e\\"
|
#print -Pn "\ek%n@%m: %~\e\\" #breaks tmux
|
||||||
print -Pn "\e]2;%n@%m: %~\a"
|
print -Pn "\e]2;%n@%m: %~\a"
|
||||||
;;
|
;;
|
||||||
xterm*|*rxvt*)
|
xterm*|*rxvt*)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue