Commit Graph

11 Commits

Author SHA1 Message Date
Renaud (Nel) Morvan
1ae6df7639 Relax pattern matching on TERM. Closes #320. 2011-05-02 13:51:16 +02:00
Renaud (Nel) Morvan
bb609fce12 Refactor DISABLE_AUTO_TITLE to be more DRY 2011-04-04 14:02:50 +02:00
Renaud (Nel) Morvan
044012b965 Command title behavior no longer depend on local zsh configuration
Fix by derekjw. closes #52.
2011-04-04 13:44:48 +02:00
Renaud (Nel) Morvan
bb8bbf33b7 Escape characters used in escape sequence to avoid triggering bugs in Apple Terminal
Closes #45 #57 #58 #86.
2011-04-04 13:30:39 +02:00
Lorrin Nelson
c02b29159b Introduce DISABLE_AUTO_TITLE option 2011-03-23 21:20:08 -07:00
Robby Russell
2a8a861ac3 Revert "Re-order title/tab setting to make window titles work on OSX terminal which"
Was causing iTerm title to disappear entirely..

This reverts commit d4ea399b04ef57dd31097eadc316305d1e42a194.
2011-03-16 12:20:35 -07:00
Matt Cable
2f6d6909b3 Re-order title/tab setting to make window titles work on OSX terminal which
doesn't support tabs titles.
2011-03-13 17:10:13 -06:00
Renaud (Nel) Morvan
da8b3f0010 Refactor window and tab title in tty
Term window title and tab title are now skinable
Tab title can be different from window title (when supported by term)
Default theme is optimized of usuability (no %u@%m: $~ in a 10 char tab)
Cleanup code duplication and add comment for supported terms
On osX it works great on iterm, and is decent once you tweak Terminal pref
Tested under GNU screen, iTerm and Apple Terminal, need to be tested on linux
TODO implement Konsole support (via dbus)
2011-01-30 08:21:49 +01:00
Robby Russell
29b6bf6aaa Revert "Added my prompt theme, with a tweak to the core oh-my-zsh to support it. My git_prompt_info function not only reports the branch and dirty status, but also whether or not the branch is ahead or behind of the remote, or both. It also switches the prompt colour from green to red if the previous command exited with a non-zero value (i.e. failed)."
This reverts commit 14a1ce80bbf7362ab2856cdd050714f02649fe3f.
2009-11-09 07:33:51 -08:00
James Adam
cf10659564 Added my prompt theme, with a tweak to the core oh-my-zsh to support it. My git_prompt_info function not only reports the branch and dirty status, but also whether or not the branch is ahead or behind of the remote, or both. It also switches the prompt colour from green to red if the previous command exited with a non-zero value (i.e. failed). 2009-10-20 06:24:21 +08:00
James Cox
7a2bfbe526 put everything in lib 2009-09-23 16:14:43 +01:00