Claus Witt
9db8042c46
Added phing plugin
16 years ago
Florian Walch
b1320095fd
Merge remote branch 'origin/master' into gpg-agent
16 years ago
gwjo
9465ba0de4
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
16 years ago
Tom Stuart
ab170c38ea
Fix lighthouse plugin error message
16 years ago
Joseph Jon Booker
baa46b39e3
command-not-found package in ubuntu
16 years ago
steeef
4ff0136079
merge from master
16 years ago
steeef
d2bfdc2d89
merge theme fixes from master
16 years ago
steeef
810b8f5ce8
merge with master
16 years ago
steeef
9b6dd1cd48
merge with master
16 years ago
NanoTech
68f893cbe0
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
16 years ago
Florian Walch
60b560fc9a
Added gpg-agent plugin
...
Based on ssh-agent plugin.
16 years ago
Roman Kamyk
fb6fddda37
Merge branch 'master' of http://github.com/robbyrussell/oh-my-zsh
16 years ago
Florian Walch
4e433eb6bb
Added own theme (based on robbyrussell)
16 years ago
Brandon Philips
8b4858b664
themes: philips customize git/ls for developers
...
- Customize LS_COLORS for developers working on C code bases like the
Kernel.
- Add a * to the dirty prompt. Missed this accidently. Oops.
Signed-off-by: Brandon Philips <brandon@ifup.org>
16 years ago
Sven Lito
dc12853b0c
merging in changes from robby's repo
16 years ago
Sven Lito
8bef74081e
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
16 years ago
Sven Lito
425b0ef89f
bugfix - moved gem info
16 years ago
Robby Russell
df126ef5ba
Merge branch 'master' of http://github.com/svnlto/oh-my-zsh into svnlto-master
16 years ago
Robby Russell
d1c8ef46e0
Merge branch 'master' of http://github.com/philtr/oh-my-zsh into philtr-master
16 years ago
Robby Russell
69e611e2a9
Merge branch 'philips-theme' of http://github.com/philips/oh-my-zsh into philips-philips-theme
16 years ago
Robby Russell
7ab4d30fe1
Merge branch 'title-fix' of http://github.com/philips/oh-my-zsh into philips-title-fix
16 years ago
Irakli Gozalishvili
061ea5c7c9
changeing unicode characters that were causing issues
16 years ago
Sven Lito
210c76c35b
leaving out subcommands for now
16 years ago
Sven Lito
fcd88edfb3
adding comment and URL to github gem
16 years ago
Sven Lito
dfbed8fd98
added git log incl. stats for the past 5 commits
16 years ago
Sven Lito
249fe1471c
adding github plugin
16 years ago
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>
16 years ago
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
16 years ago
Irakli Gozalishvili
deb0f7478b
Fixing some minor redrew issue
16 years ago
Irakli Gozalishvili
b6dde1e8cf
Adding new gozilla theme
16 years ago
Irakli Gozalishvili
8059c0727a
Improving git plugin so it can display much more data.
16 years ago
Phillip Ridlen
d53d0eac07
Add cloud.zsh-theme
16 years ago
steeef
c6b339f532
merge master
16 years ago
steeef
6d5e4eaebc
use 256 colors, if available
16 years ago
atom smith
ba9ae6a1e5
should have newline at end of file.
16 years ago
atom smith
f2f49f9571
adding my zsh-theme
16 years ago
Roman Kamyk
f294eeb571
added rkj theme - xion-chiamiov-plus + hg from thomasjbradley
16 years ago
steeef
7405f5d9ff
fix untracked files checking
16 years ago
steeef
6fcf9393c3
merge steeef.zsh-theme from master (removed submodule check)
16 years ago
steeef
7fb0b210e8
merge steeef.zsh-theme from master
16 years ago
Jake Bell
541da0c9d1
Removing capistrano aliases/functions from rails plugin (since cap is not rails-specific).
16 years ago
Luke Randall
a4afcfddbf
Add lukerandall.zsh-theme
16 years ago
Daniel Schauenberg
7936bbbd5a
adapt brew,gem,pip plugin to new structure
16 years ago
Daniel Schauenberg
d340bfab33
Merge remote branch 'origin/master' into restructure_plugins
16 years ago
Robby Russell
26d97a9355
Reorganizing plugins so that each plugin has it's own directory now so that any plugin-specific functions can be bundled within there.
16 years ago
NanoTech
02c5fd5bdd
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
16 years ago
Robby Russell
7a09175bb4
Merge branch 'master' of http://github.com/kennethreitz/oh-my-zsh into kennethreitz-master
16 years ago
Robby Russell
59a83e8b7b
Merge branch 'master' of http://github.com/vivekprahlad/oh-my-zsh into vivekprahlad-master
16 years ago
Robby Russell
88293b305a
Merge branch 'dirpersist' of http://github.com/curiousstranger/oh-my-zsh into curiousstranger-dirpersist
16 years ago
Trevor Creech
b905630366
Match xterm-color, the default OS X terminal
16 years ago