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 079ef54Copy full SHA for 079ef54
geometry.zsh
@@ -71,6 +71,9 @@ geometry::hostcolor() {
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