Sorin Ionescu
0ecc0a740b
Add usage information for terminal
13 years ago
Sorin Ionescu
56f8f83d58
[ #23 ] Convert terminal into a module
13 years ago
Sorin Ionescu
1c4c66c448
[ Fix #83 ] Always respect the auto-title option
13 years ago
Sorin Ionescu
a444469641
Use 'auto' as an adverb, not a namespace
13 years ago
Sorin Ionescu
6727edd536
Rename terminal auto-title zstyle for consistency
13 years ago
Sorin Ionescu
647ac1ac00
Return 1 when a file fails to load
13 years ago
Sorin Ionescu
6a9a4ea8d6
[ Fix #60 ] Do not use parentheses in function names
13 years ago
Sorin Ionescu
b96bbca51c
Added or edited file headers.
13 years ago
Sorin Ionescu
f000d7e39f
Added missing parenthesis to a few functions.
13 years ago
Sorin Ionescu
f0499b76c3
Use zstyle instead of variables for configuration.
13 years ago
Sorin Ionescu
9d27df2050
Tradition dictates that options are uppercase.
13 years ago
Sorin Ionescu
faeca82831
The functions directory should only hold functions.
13 years ago
Sorin Ionescu
7fa0d20d8c
Set Apple Terminal current working directory.
13 years ago
Sorin Ionescu
05c94e2dd5
Simplified option variables for greater flexibility.
13 years ago
Sorin Ionescu
cee7ff7e40
Added job control detection to title setting functions.
13 years ago
Sorin Ionescu
9c24ac8211
Added helper functions.
13 years ago
Sorin Ionescu
94656ce760
Fixed terminal window/tab title.
14 years ago
Sorin Ionescu
c9e510696c
Moved the setting of GNU Screen window number.
14 years ago
Sorin Ionescu
3fd9cf9f86
Renamed lib/ to functions/ and renamed files inside of it.
14 years ago
Sorin Ionescu
94ab5e0ec8
Cleaned up lib/ and removed trailing white space everywhere.
...
Conflicts:
oh-my-zsh.sh
14 years ago
Sorin Ionescu
deab2ed376
Fix for dumb terminals like Vim's.
14 years ago
Renaud (Nel) Morvan
1ae6df7639
Relax pattern matching on TERM. Closes #320 .
14 years ago
Lorrin Nelson
c02b29159b
Introduce DISABLE_AUTO_TITLE option
14 years ago
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.
14 years ago
Matt Cable
2f6d6909b3
Re-order title/tab setting to make window titles work on OSX terminal which
...
doesn't support tabs titles.
14 years ago
Renaud (Nel) Morvan
bb609fce12
Refactor DISABLE_AUTO_TITLE to be more DRY
14 years ago
Renaud (Nel) Morvan
044012b965
Command title behavior no longer depend on local zsh configuration
...
Fix by derekjw. closes #52 .
14 years ago
Renaud (Nel) Morvan
bb8bbf33b7
Escape characters used in escape sequence to avoid triggering bugs in Apple Terminal
...
Closes #45 #57 #58 #86 .
14 years ago
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)
14 years ago
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.
15 years ago
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).
15 years ago
James Cox
7a2bfbe526
put everything in lib
15 years ago
James Cox
82e2883a41
some todo notes, take @chris2's titlebar improvements and poke at completions
15 years ago
James Cox
404fee6cb1
add in xterms / title hacks
15 years ago