File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -63,14 +63,17 @@ geometry::hostcolor() {
63
63
echo ${colors[${index}]}
64
64
}
65
65
66
- # Set terminal window and tab/icon title
66
+ # Set terminal window and tab/icon title
67
67
#
68
68
# usage: title short_tab_title [long_window_title]
69
69
#
70
70
# See: http://www.faqs.org/docs/Linux-mini/Xterm-Title.html#ss3.1
71
71
# Fully supports screen, iterm, and probably most modern xterm and rxvt
72
72
# (In screen, only short_tab_title is used)
73
73
# Limited support for Apple Terminal (Terminal can't set window and tab separately)
74
+
75
+ # This is the title() function taken directly from oh-my-zsh
76
+ # https://github.com/ohmyzsh/ohmyzsh/blob/c44b99e901d7ef58f60247995152de1b937e2e9c/lib/termsupport.zsh
74
77
geometry::echo_title_sequence () {
75
78
emulate -L zsh
76
79
setopt prompt_subst
You can’t perform that action at this time.
0 commit comments