Markus Scherer
43bd46b780
fix title setting bug in xterm and urxvt
...
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
2012-10-03 17:18:14 +02:00
..
aliases.zsh
Added extract plugin.
2011-06-01 20:33:16 -04:00
completion.zsh
Change hardcoded ~/.oh-my-zsh to $ZSH.
2012-06-12 10:18:02 +02:00
correction.zsh
Don't correct hpodder commands.
2010-06-05 23:23:53 +08:00
directories.zsh
made the 'd' alias only show the directories that can be cd'ed to using the number aliases
2012-02-28 13:52:57 -05:00
edit-command-line.zsh
C-x C-e to edit current command in EDITOR
2011-07-18 09:54:59 -04:00
functions.zsh
Fix upgrade and uninstall functions to pick up $ZSH value
2011-12-25 19:53:55 +05:30
git.zsh
Fixed bug introduced when fixing issue 896
2012-02-21 10:47:05 -05:00
grep.zsh
Moving all zsh config options into a lib/ subdirectory to make way for some upcoming changes to directory structure and configuration options
2009-09-23 07:43:36 -07:00
history.zsh
Removed duplicate setting and sorted the remaining
2011-12-03 13:18:37 +01:00
key-bindings.zsh
Don't clobber standard Esc+. behavior
2012-03-17 22:03:01 -03:00
misc.zsh
Pager is 'less -R' to support colored outputs
2012-03-01 10:27:19 +02:00
rvm.zsh
Import rvm prompt
2010-05-28 08:13:17 +08:00
spectrum.zsh
Add utility method to spectrum
2011-07-23 11:09:45 -04:00
termsupport.zsh
fix title setting bug in xterm and urxvt
2012-10-03 17:18:14 +02:00
theme-and-appearance.zsh
Merge branch 'nicoulaj-theme' of https://github.com/nicoulaj/oh-my-zsh into nicoulaj-nicoulaj-theme
2011-02-21 21:45:00 -08:00