Stephen Middleton
e7c8673a45
added newline
15 years ago
Stephen Middleton
277f664df3
Personal Style
15 years ago
Stephen Middleton
c58942d3b2
theme changes
15 years ago
Stephen Middleton
5cca63a770
changes to theme
15 years ago
Stephen Middleton
26614b3478
add Rixius-Theme
15 years ago
Robby Russell
7a9cc19819
Merge branch 'git' of https://github.com/papercavalier/oh-my-zsh into papercavalier-git
15 years ago
Robby Russell
31bfb61290
Merge branch 'master' of https://github.com/derekprior/oh-my-zsh into derekprior-master
15 years ago
Robby Russell
55bcf23512
Merge branch 'rails3' of https://github.com/papercavalier/oh-my-zsh into papercavalier-rails3
15 years ago
Suraj N. Kurapati
943e09cd84
add "fishy" theme to emulate Fish shell's prompt
15 years ago
Derek Prior
2b03b95122
Added function to mkdir and immediately change to it
15 years ago
Hakan Ensari
1a8ceef514
Typo
15 years ago
Hakan Ensari
6aa8ee2f51
Removed remote_console. It doesn't handle rvm, capistrano, and so on.
15 years ago
Hakan Ensari
960eb52366
A rails3 plugin based on the rails plugin
15 years ago
Hakan Ensari
8edf417375
Aliased git checkout as `gco`
15 years ago
Robby Russell
4fadc30247
Merge branch 'kardan' of https://github.com/kardan/oh-my-zsh into kardan-kardan
16 years ago
Daniel Karlsson
17c6c03760
Updated the PROMT.
16 years ago
Daniel Karlsson
0e2d289fff
Added new kardan theme.
16 years ago
Igor Vinokurov
d230d2e519
gentoo-like theme w/ git_prompt_info
16 years ago
Robby Russell
583c984a86
Merge branch 'fix-lighthouse-error-message' of https://github.com/mortice/oh-my-zsh into mortice-fix-lighthouse-error-message
16 years ago
Robby Russell
c517f58599
Merge branch 'completions' of https://github.com/gwjo/oh-my-zsh into gwjo-completions
16 years ago
Robby Russell
e2cd26c72e
Merge branch 'joerc' of https://github.com/sargas/oh-my-zsh into sargas-joerc
16 years ago
Robby Russell
8bda5d185a
Merge branch 'master' of https://github.com/Bira/oh-my-zsh into Bira-master
16 years ago
Robby Russell
580eda4dca
Merge branch 'master' of https://github.com/FedyashevNikita/oh-my-zsh into FedyashevNikita-master
16 years ago
Fedyashev Nikita
6dbfdd9e31
improved formatting; redundant attributes deleted
16 years ago
Fedyashev Nikita
ea274ab90c
fixed formatting; dead code deleted
16 years ago
Fedyashev Nikita
148c14e4f7
vagrant plugin autocompletion - initial version
16 years ago
Ubiratan Pires Alberton
72d7c0363c
Added my own theme, based on macovsky-ruby and funky
16 years ago
Claus Witt
9db8042c46
Added phing plugin
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
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
Jake Bell
541da0c9d1
Removing capistrano aliases/functions from rails plugin (since cap is not rails-specific).
16 years ago