Peter Tillemans
1a6d11dbae
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
14 years ago
Sean M. Collins
74faabbcab
Add shortcut for showing log of all branches
14 years ago
Yannik Stein
9172b3a89f
fix typo in cd-wrapper
14 years ago
Alexis Letessier
9af7f86299
Correct variable used for global ssh known host completion
14 years ago
Ted Vessenes
027fcccc92
Make git use sha when branch name is missing.
14 years ago
Caio Romão
a3c2a2f6e8
Add branch status support to git_prompt_status
...
This patch makes git_prompt_status support three new status variables:
- ZSH_THEME_GIT_PROMPT_AHEAD
- ZSH_THEME_GIT_PROMPT_BEHIND
- ZSH_THEME_GIT_PROMPT_DIVERGED
With these extra variables it's easy to see (1) if you have commits in
your local branch that weren't pushed to the remote (AHEAD), (2) if
there are commits in the remote that you haven't merged/rebased yet
(BEHIND) or (3) if you have local unpushed commits AND the remote has
some commits you haven't merged yet (DIVERGED).
Refer to the first line displayed on `git status -b --porcelain`.
An example setup in a .zsh-theme file would be:
ZSH_THEME_GIT_PROMPT_AHEAD="↑"
ZSH_THEME_GIT_PROMPT_BEHIND="↓"
ZSH_THEME_GIT_PROMPT_DIVERGED="↕"
14 years ago
bwl
aaf705c5fa
Adding logic for ~/Applications folder installs of Sublime Text 2
14 years ago
Morgan Larosa
682961e930
Add a configuration option to disable autocorrect
14 years ago
Bjarki Ágúst Guðmundsson
75029cda2a
Added a "please" alias for sudo
14 years ago
Bjarki Ágúst Guðmundsson
e709642f6f
Merge branch 'master', remote-tracking branch 'rr/master'
14 years ago
oemer
9ee4b9c8f7
Added go completion script. Taken from /misc/zsh/go
14 years ago
apm
a8d7958729
alias at=aptitude broke /usr/bin/at scheduler.
...
Just an idea: change it to ap
14 years ago
James Smith
772bc51c3a
Merge
14 years ago
clutton
decb9c82b5
delete os specific disable-patterns
14 years ago
Graham Christensen
61e708f91f
Adding a symfony plugin, for symfony 1
14 years ago
clutton
d5bfbf05d1
improvement: define PROMPT_HOST once on startup
14 years ago
Dr Nic Williams
73df0c8e93
added 'gcl'for 'git config --list'; and gd for 'git diff'
14 years ago
Robby Russell
d05b2010ff
Merge pull request #1229 from seban/run_rails_without_bundle_exec
...
'rails' command should not be run with bundle exec
14 years ago
Robby Russell
1c23a52f57
auto-upadate feature will now reset the epoch so that if a user doesn't say yes, it won't ask them again for a while. fixes #1240
14 years ago
Alexis GRIMALDI
1e1e0fa44d
Fix changelog --list completion bug
14 years ago
Alexis GRIMALDI
46b88b6a5a
Added credits
14 years ago
Alexis GRIMALDI
0b757825a2
Added git-extras completion
14 years ago
Andrew Vit
3fea7c3b27
Added avit theme
14 years ago
Andrew Vit
98ecfa4c77
Bwana plugin for reading man pages in Safari
14 years ago
Henry Yan
3fe1e5c787
add maven zsh autocomplete plugin, copy from juvenxu's bash maven autocomplete plugin
14 years ago
Mugen Kenichi
bb34abd518
check for knife.rb in cwd
...
this is useful when managing multiple chef servers
14 years ago
Henry Yan
4a11d2c35c
merge from upstream master
14 years ago
Peter Tillemans
6756be7e5b
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
14 years ago
clutton
6a2e04fefb
modify themes/jnrowe.zsh-theme, add host directive "Ξ (mbsd) ~ →"
14 years ago
Sebastian Nowak
87ab8771da
'rails' command should not be run with bundle exec
...
http://blog.wyeworks.com/2011/12/27/bundle-exec-rails-executes-bundler-setup-3-times
http://yehudakatz.com/2011/05/30/gem-versioning-and-bundler-doing-it-right/
14 years ago
Bob Maerten
5001412f6d
vagrant uses 'ssh-config' command, not 'ssh_config'
14 years ago
Justin Caratzas
0b2da8f11b
Add very basic virtualenv plugin
...
checks for $VIRTUAL_ENV and provides to basename in a function for the prompt.
14 years ago
Robby Russell
11034217a7
Merge pull request #1200 from andyfleming/master
...
New theme af-magic.zsh-theme
14 years ago
Robby Russell
11f441a3ac
Merge pull request #1206 from Eustachy/upstream
...
Remove bogus "-" from nomz="ps -aux" alias.
14 years ago
Robby Russell
ddafaf65fb
Merge pull request #1216 from joshvermaire/patch-1
...
Escape whitespace for Sublime Text plugin
14 years ago
Josh Vermaire
a15bcd6461
utilize sublime's embedded command line binary
14 years ago
Josh Vermaire
92b6cae026
escape whitespace
14 years ago
Robby Russell
0370de582b
Merge pull request #1122 from varunkvv/master
...
sublime pluginn : Added alias for Sublime Text 2 on Linux
14 years ago
Robby Russell
76feafc72c
Merge pull request #1127 from a-b/master
...
Added fasd plugin
14 years ago
Robby Russell
e5ca18a4e2
Merge pull request #1193 from bameda/master
...
[Plugin] Virtualenvwrapper: Added another path
14 years ago
Robby Russell
f3bcf864b2
Merge pull request #1209 from lwe/rbfu-plugin
...
provide plugin for rbfu (yet ruby version switcher)
14 years ago
Robby Russell
beadefcfb0
Merge pull request #1170 from dipth/master
...
Explicitly tell rbenv to use zsh
14 years ago
lukas
e3ff4b58c6
provide plugin for rbfu the ruby version switcher
...
Evaluates $(rbfu --init --auto) if rbfu is installed on the system,
also has a custom rbfu-rubies method which lists the installed
rubies which are available to rbfu.
For compatibility with themes, also creates the rvm_prompt_info
function, so existing themes should work out of the box.
14 years ago
jais
8d60f9a0d8
Fix the rvm gemset right prompt:wq
14 years ago
jaischeema
c23392ac5b
Add new theme : jaischeema
14 years ago
Eustachy Kapusta
e2ddf1ef8c
Remove bogus "-" from nomz="ps -aux" alias.
...
Info from http://procps.sourceforge.net/faq.html .
14 years ago
Alexander Berezovsky
34f3d4d498
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
14 years ago
Sébastien M-B
8d23a36110
Merge branch 'master' of github.com:essembeh/oh-my-zsh
14 years ago
Sébastien M-B
18cb11903f
Comment l alias
14 years ago
Peter Tillemans
cc98254b62
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
14 years ago