fred-o
265b2a559b
application completion
14 years ago
fred-o
c24d7f75d3
library completion
14 years ago
fred-o
8f0c617f6a
in hindsight, this is probably a bad idea
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
fred-o
a4e6a2ce9f
completion of targets
14 years ago
fred-o
fb3cae1b8f
instance and cluster completion
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
fred-o
0ebeb56252
node completion
14 years ago
clutton
decb9c82b5
delete os specific disable-patterns
14 years ago
fred-o
b49c97e08e
help command, node completion
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
fred-o
e4ffac154d
added _files values for certain options
14 years ago
fred-o
4caea1f7e1
completion options
14 years ago
fred-o
df176fb3dc
added alias
14 years ago
fred-o
350720eca1
added completions for all known arguments to all known commands
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
fred-o
d2116f3557
apparently, this file must exist for the plugin to load
14 years ago
fred-o
4d0c135798
added completion for all asadmin subcommands
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