- 17 Feb, 2015 2 commits
-
-
Andrew Janke authored
For unspecified encodings, assume it's UTF-8 or compatible (e.g. ASCII) and muddle through without character encoding conversion.
-
Andrew Janke authored
-
- 15 Feb, 2015 2 commits
-
-
Andrew Janke authored
In termsupport, use LC_CTYPE instead of LANG to enable byte-by-byte text processing. LANG doesn't seem to actually work.
-
Andrew Janke authored
Remove terminalapp plugin and fold its implementation in to lib/termsupport.zsh. Replaces the redundant Terminal.app support that was recently added to termsupport.
-
- 13 Feb, 2015 1 commit
-
-
Marc Cornellà authored
-
- 10 Feb, 2015 3 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Andrew Janke authored
Move the DISABLE_AUTO_TITLE check from title() to the preX hook functions that call it, to allow the title() function to be used directly by user or other callers.
-
- 04 Feb, 2015 1 commit
-
-
Andrew Janke authored
-
- 28 Jan, 2015 1 commit
-
-
Andrew Janke authored
contaminating script/function output
-
- 21 Dec, 2014 1 commit
-
-
Andrew Janke authored
-
- 22 Aug, 2014 1 commit
-
-
Jingwen Owen Ou authored
In older version of zsh, `add-zsh-hook` is not available, causing issues like: ``` /Users/hugo/.oh-my-zsh/lib/termsupport.zsh:32: add-zsh-hook: function definition file not found /Users/hugo/.oh-my-zsh/lib/termsupport.zsh:33: add-zsh-hook: function definition file not found ``` See https://github.com/robbyrussell/oh-my-zsh/issues/748. This patch pulls in the changes suggested in https://github.com/robbyrussell/oh-my-zsh/issues/748#issuecomment-37862691 by @mcornella and I have tested it on RHEL 5.
-
- 25 Mar, 2014 1 commit
-
-
Marc Cornellà authored
Fixes formatting on some rare cases when a percent ends up in the $CMD variable, like these below: - When assigning a variable, $CMD ends up with the second parameter; in this case, $CMD will contain '+%s%N', messing with the syntax: $ a=`date +%s%N` - A function (or command in general) that contains a percent symbol: $ to\%() { echo $(( $1 * 100 / $3))\% } # $CMD=to%() $ to% 2 of 10 # $CMD=to%
-
- 21 Feb, 2014 4 commits
-
-
Marc Cornellà authored
Fixes #2182
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
- 11 Jun, 2013 1 commit
-
-
Ehren Kret authored
Fixes issue #1884
-
- 14 Feb, 2013 1 commit
-
-
Swanand Pagnis authored
-
- 31 Dec, 2012 1 commit
-
-
Robby Russell authored
Revert "Fixed Mac OS X Terminal.app related issue with extra newlines being printed out sometimes" This reverts commit 8f89d4d5.
-
- 02 Dec, 2012 1 commit
-
-
Trae Robrock authored
-
- 03 Oct, 2012 1 commit
-
-
Markus Scherer authored
Before this patch, commands containing %-signs set the title wrong (urxvt and xterm) [1] and produce strange output in urxvt [2]. test for bug 1: > sleep 10 && echo % sets title to "sleep 10 && echo %<<" > sleep 10 && echo %f doesn't change the title at all test for bug 2 (only urxvt): > echo %f 39m%f ^^^^^----- output
-
- 07 Mar, 2012 1 commit
-
-
Jeffrey Dileo authored
-
- 27 Jan, 2012 1 commit
-
-
Darren Clark authored
-
- 15 Nov, 2011 1 commit
-
-
Christian Höltje authored
This is needed to play nice with plugins that need various hooks.
-
- 02 May, 2011 1 commit
-
-
Renaud (Nel) Morvan authored
-
- 04 Apr, 2011 3 commits
-
-
Renaud (Nel) Morvan authored
-
Renaud (Nel) Morvan authored
Fix by derekjw. closes #52.
-
Renaud (Nel) Morvan authored
Closes #45 #57 #58 #86.
-
- 24 Mar, 2011 1 commit
-
-
Lorrin Nelson authored
-
- 16 Mar, 2011 1 commit
-
-
Robby Russell authored
Was causing iTerm title to disappear entirely.. This reverts commit d4ea399b.
-
- 13 Mar, 2011 1 commit
-
-
Matt Cable authored
doesn't support tabs titles.
-
- 07 Mar, 2011 1 commit
-
-
Fredrik Appelberg authored
-
- 30 Jan, 2011 1 commit
-
-
Renaud (Nel) Morvan authored
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)
-
- 09 Nov, 2009 1 commit
-
-
Robby Russell authored
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 14a1ce80.
-
- 08 Nov, 2009 1 commit
-
-
James Adam authored
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).
-
- 23 Sep, 2009 1 commit
-
-
James Cox authored
-
- 22 Sep, 2009 2 commits