We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adabd26 commit b1f3378Copy full SHA for b1f3378
geometry.zsh
@@ -63,14 +63,17 @@ geometry::hostcolor() {
63
echo ${colors[${index}]}
64
}
65
66
-# Set terminal window and tab/icon title
+# Set terminal window and tab/icon title
67
#
68
# usage: title short_tab_title [long_window_title]
69
70
# See: http://www.faqs.org/docs/Linux-mini/Xterm-Title.html#ss3.1
71
# Fully supports screen, iterm, and probably most modern xterm and rxvt
72
# (In screen, only short_tab_title is used)
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
77
geometry::echo_title_sequence() {
78
emulate -L zsh
79
setopt prompt_subst
0 commit comments