NanoTech
241ebf6e4a
themes/nanotech: Use the new built-in zsh color variables.
14 years ago
Claus Witt
b21eebe623
Added phing plugin
14 years ago
Florian Walch
35c5f08bd5
Merge remote branch 'origin/master' into gpg-agent
14 years ago
gwjo
86ca51a6b7
Completion fixes
...
Use /etc/hosts in addtion to $HOME/.ssh/known_hosts as the source for
hostname completion
Turn on completion caching to speed up certain comands
When completing usernames, don't include system accounts by default
14 years ago
Tom Stuart
a2be11e42d
Fix lighthouse plugin error message
14 years ago
Joseph Jon Booker
1d78c87604
command-not-found package in ubuntu
14 years ago
steeef
b93ff2a76f
merge from master
14 years ago
steeef
ed2880e184
merge theme fixes from master
14 years ago
steeef
5dabb392f3
merge with master
14 years ago
steeef
616dedc11a
merge with master
14 years ago
NanoTech
a2b79a5004
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
14 years ago
Florian Walch
45a13d3dd6
Added gpg-agent plugin
...
Based on ssh-agent plugin.
14 years ago
Florian Walch
949eab7735
Added own theme (based on robbyrussell)
14 years ago
Sven Lito
d89d3a2703
merging in changes from robby's repo
14 years ago
Sven Lito
52f936d4dc
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
14 years ago
Sven Lito
95da4abe98
bugfix - moved gem info
14 years ago
Robby Russell
5d369be8b5
Merge branch 'master' of http://github.com/svnlto/oh-my-zsh into svnlto-master
14 years ago
Robby Russell
6eca4415ec
Merge branch 'master' of http://github.com/philtr/oh-my-zsh into philtr-master
14 years ago
Robby Russell
67c955a798
Merge branch 'philips-theme' of http://github.com/philips/oh-my-zsh into philips-philips-theme
14 years ago
Robby Russell
9477f708b5
Merge branch 'title-fix' of http://github.com/philips/oh-my-zsh into philips-title-fix
14 years ago
Irakli Gozalishvili
ff33d69d00
changeing unicode characters that were causing issues
14 years ago
Sven Lito
c3e72870c8
leaving out subcommands for now
14 years ago
Sven Lito
2865b56b13
adding comment and URL to github gem
14 years ago
Sven Lito
220d953396
added git log incl. stats for the past 5 commits
14 years ago
Sven Lito
0348dc0721
adding github plugin
14 years ago
Brandon Philips
e0789782bc
themes: add philips theme
...
Theme based on clean that is more suitable for white background
terminals.
Signed-off-by: Brandon Philips <brandon@ifup.org>
14 years ago
Brandon Philips
e7ddaaa2b0
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
14 years ago
Irakli Gozalishvili
3ce9bb3ef0
Fixing some minor redrew issue
14 years ago
Irakli Gozalishvili
c4322f2955
Adding new gozilla theme
14 years ago
Irakli Gozalishvili
aa2f553023
Improving git plugin so it can display much more data.
14 years ago
Phillip Ridlen
287585dd65
Add cloud.zsh-theme
14 years ago
steeef
53498bc4ef
merge master
14 years ago
steeef
eb5ebc1ea4
use 256 colors, if available
14 years ago
atom smith
91acdb772f
should have newline at end of file.
14 years ago
atom smith
dd54c7dc8b
adding my zsh-theme
14 years ago
steeef
517971fd10
fix untracked files checking
14 years ago
steeef
0b3c68af0f
merge steeef.zsh-theme from master (removed submodule check)
14 years ago
steeef
162ffc8682
merge steeef.zsh-theme from master
14 years ago
Jake Bell
2c1236e047
Removing capistrano aliases/functions from rails plugin (since cap is not rails-specific).
14 years ago
NanoTech
f658c8e563
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
14 years ago
Robby Russell
7e66da3534
Merge branch 'master' of http://github.com/kennethreitz/oh-my-zsh into kennethreitz-master
14 years ago
Robby Russell
44f2102715
Merge branch 'master' of http://github.com/vivekprahlad/oh-my-zsh into vivekprahlad-master
14 years ago
Robby Russell
f101304ce4
Merge branch 'dirpersist' of http://github.com/curiousstranger/oh-my-zsh into curiousstranger-dirpersist
14 years ago
steeef
9385d66860
added steeef theme
14 years ago
Matt Cable
6fe935d59e
Portable perl dirpersiststore because 'tail -r' doesn't work everywhere.
14 years ago
Matt Cable
f31b3728db
Removed unportable (and unnecessary) grep flags
14 years ago
Trevor Creech
36bc60455b
Match xterm-color, the default OS X terminal
14 years ago
Robby Russell
800cfb5c41
Tidying up the spacing to bring in line with coding standards
14 years ago
Robby Russell
d6d40b475d
Merge branch 'ssh-agent' of http://github.com/gwjo/oh-my-zsh into gwjo-ssh-agent
14 years ago
Robby Russell
ac6e0ac11c
Merge branch 'theunraveler_theme' of http://github.com/theunraveler/oh-my-zsh into theunraveler-theunraveler_theme
14 years ago