Commit graph

347 commits

Author SHA1 Message Date
steeef
d0a8bb9ac3 fix term statement 2010-10-22 10:47:49 -07:00
steeef
a8c064f45b fix 2010-10-22 10:42:16 -07:00
steeef
f560c4a95c add support for more term types 2010-10-22 10:38:24 -07:00
steeef
03375a7937 git difftool alias 2010-10-11 11:49:48 -07:00
steeef
1e165b72ef another git-related artifact 2010-10-11 11:43:44 -07:00
steeef
b5811792e7 remove git-added info 2010-10-11 11:35:16 -07:00
steeef
a023b287e4 merge upstream, fix git conflict 2010-10-10 12:27:37 -07:00
Sven Lito
dc12853b0c merging in changes from robby's repo 2010-10-09 19:11:07 +01:00
Sven Lito
8bef74081e Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh 2010-10-09 18:56:51 +01:00
Sven Lito
425b0ef89f bugfix - moved gem info 2010-10-09 18:38:01 +01:00
Robby Russell
df126ef5ba Merge branch 'master' of http://github.com/svnlto/oh-my-zsh into svnlto-master 2010-10-09 10:06:49 -07:00
Robby Russell
d1c8ef46e0 Merge branch 'master' of http://github.com/philtr/oh-my-zsh into philtr-master 2010-10-09 09:58:20 -07:00
Robby Russell
69e611e2a9 Merge branch 'philips-theme' of http://github.com/philips/oh-my-zsh into philips-philips-theme 2010-10-09 09:57:37 -07:00
Robby Russell
7ab4d30fe1 Merge branch 'title-fix' of http://github.com/philips/oh-my-zsh into philips-title-fix 2010-10-09 09:55:52 -07:00
Irakli Gozalishvili
061ea5c7c9 changeing unicode characters that were causing issues 2010-10-09 18:06:00 +02:00
Sven Lito
210c76c35b leaving out subcommands for now 2010-10-09 15:29:28 +01:00
Sven Lito
fcd88edfb3 adding comment and URL to github gem 2010-10-09 15:18:35 +01:00
Sven Lito
dfbed8fd98 added git log incl. stats for the past 5 commits 2010-10-09 15:03:08 +01:00
Sven Lito
249fe1471c adding github plugin 2010-10-09 14:29:24 +01:00
Brandon Philips
df1e305736 themes: add philips theme
Theme based on clean that is more suitable for white background
terminals.

Signed-off-by: Brandon Philips <brandon@ifup.org>
2010-10-08 22:59:22 -07:00
Brandon Philips
aab235f612 functions: fix title() to not match any $TERM
On my linux virtual terminals, where TERM="linux", I was getting
annoying output that was messing up my prompt.

It turns out the title function was always matching on the elif
statement for xterm/rxvt no matter what and the linux vt doesn't know
what to do with the title special control sequence and thus was printing
out garbage.

Through experimentation I figured out that the || inside of the [[ ]]
did not work:

export TERM=linux
$ if [[ $TERM =~ "^xterm" || $TERM == "rxvt" ]]; then echo $TERM; fi
linux

$ if [[ $TERM =~ "^xterm" ]] || [[ $TERM == "rxvt" ]]; then echo $TERM; fi

Signed-off-by: Brandon Philips <brandon@ifup.org>

openSUSE running zsh 4.3.10
2010-10-08 22:55:09 -07:00
Irakli Gozalishvili
deb0f7478b Fixing some minor redrew issue 2010-10-09 02:16:10 +02:00
Irakli Gozalishvili
b6dde1e8cf Adding new gozilla theme 2010-10-09 01:49:35 +02:00
Irakli Gozalishvili
8059c0727a Improving git plugin so it can display much more data. 2010-10-09 01:48:23 +02:00
Phillip Ridlen
d53d0eac07 Add cloud.zsh-theme 2010-10-05 17:06:08 -05:00
steeef
26efd93116 restrict vcs_info check 2010-10-04 22:06:25 -07:00
steeef
a55b0025c3 Merge remote branch 'upstream/master' 2010-10-04 21:20:47 -07:00
steeef
723b9e58a8 use 256 colors 2010-10-04 16:29:56 -07:00
steeef
481a433ef7 changing prompt colors 2010-10-04 16:14:37 -07:00
steeef
fbfa9d363b wee 2010-10-01 22:23:36 -07:00
steeef
7e585d8166 ugh 2010-10-01 22:22:40 -07:00
steeef
8bb32a551a ok fine 2010-10-01 22:21:12 -07:00
steeef
79aadb1fc3 use zsh abstraction for color code 2010-10-01 22:07:06 -07:00
steeef
eac557de0c really fix this time 2010-10-01 22:02:59 -07:00
steeef
4062806d8c test orange 2010-10-01 22:00:49 -07:00
steeef
da1d90e137 change font color 2010-10-01 21:53:58 -07:00
steeef
32acfb155c change untracked changes test 2010-10-01 14:30:14 -07:00
steeef
8f63076301 remove submodule check 2010-10-01 14:16:45 -07:00
steeef
e5c0fe222a fix steeef-theme 2010-10-01 14:06:20 -07:00
steeef
e19ea17bda merge with master's updates to steeef.zsh-theme 2010-10-01 13:50:00 -07:00
Jake Bell
541da0c9d1 Removing capistrano aliases/functions from rails plugin (since cap is not rails-specific). 2010-10-01 14:15:52 -05:00
steeef
6cec4661bd add hook for svn 2010-10-01 11:02:02 -07:00
steeef
3ff2e88fa4 enabled svn, git in vcs_info 2010-10-01 10:55:37 -07:00
steeef
0ce0e84ed7 notify about updated submodules 2010-10-01 10:24:43 -07:00
steeef
c163f53ade re-enable check for changes 2010-10-01 10:15:49 -07:00
steeef
0da20c9310 disable vcs_info check for changes 2010-10-01 10:09:31 -07:00
steeef
4834b282d7 acknowledgements 2010-10-01 07:56:07 -07:00
steeef
ddab2cbaa3 update colors 2010-10-01 07:53:05 -07:00
steeef
b00ca5e647 fix untracked files check 2010-10-01 07:49:33 -07:00
steeef
d61e851298 add condition for untracked files (vcs_info doesn't support) 2010-10-01 07:35:00 -07:00