mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
aterm updates
This commit is contained in:
parent
eed0912f66
commit
1e29362ea0
2 changed files with 4 additions and 1 deletions
|
@ -91,3 +91,6 @@ URxvt*color15: #EEEEEC
|
||||||
|
|
||||||
/* Rxvt */
|
/* Rxvt */
|
||||||
Rxvt*termName: rxvt
|
Rxvt*termName: rxvt
|
||||||
|
|
||||||
|
/* Aterm */
|
||||||
|
Aterm*termName: aterm
|
||||||
|
|
2
zshrc
2
zshrc
|
@ -320,7 +320,7 @@ function title
|
||||||
shift
|
shift
|
||||||
print -nR $'\e_screen \005 | '$*$'\e'"\\"
|
print -nR $'\e_screen \005 | '$*$'\e'"\\"
|
||||||
;;
|
;;
|
||||||
xterm*|rxvt*|cygwin|interix|Eterm|mlterm|kterm)
|
xterm*|rxvt*|cygwin|interix|Eterm|mlterm|kterm|aterm)
|
||||||
# Use this one instead for everybody else:
|
# Use this one instead for everybody else:
|
||||||
shift
|
shift
|
||||||
print -nR $'\e]0;'$@$'\a'
|
print -nR $'\e]0;'$@$'\a'
|
||||||
|
|
Loading…
Add table
Reference in a new issue