- 30 Nov, 2015 2 commits
-
-
Ionel Cristian Mărieș authored
-
Ionel Cristian Mărieș authored
-
- 27 Nov, 2015 1 commit
-
-
Andrew Janke authored
-
- 18 Aug, 2015 1 commit
-
-
Andrew Janke authored
-
- 09 Aug, 2015 2 commits
-
-
Andrew Janke authored
-
Andrew Janke authored
-
- 01 Aug, 2015 1 commit
-
-
Andrew Janke authored
This prevents it from malfunctioning when `setopt prompt_subst` is off.
-
- 21 Feb, 2015 2 commits
-
-
Andrew Janke authored
Add support for variant "utf8" locale suffix spelling. Fix dumb bug in iconv call that would cause it to hang.
-
Andrew Janke authored
-
- 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.
-
- 05 Jun, 2014 1 commit
-
-
Andrea De Pasquale authored
Display the hostname when running Mosh (http://mosh.mit.edu/). Same thing as displaying "hostname" when running "ssh hostname".
-
- 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
-