Gunther Konig
85c43f8a89
remove unused function
13 years ago
Gunther Konig
decf9cdb31
autocomplete required packages as second argumet
13 years ago
Code Whale
4eace8753b
debian plugin: ignore alias in sudo/aptitude check
13 years ago
Jeremy Tennant
f8e3f293e0
Add new plugin for homebrew installed version of postgres
13 years ago
Christoph Jerolimov
b074886ae6
Do not clear tab when calling it with an argument.
13 years ago
Brian Hartvigsen
bab1800ded
Correctly detect Rapid Board
...
* Add "x" in front of the value we check against...
* Use true instead of yes (more consistent with the rest of ohmyzsh)
The fact that no one seems to have raised this as an issue leads me to believe it's not used that much...
13 years ago
Gaetan Semet
dbcaafd03b
Better super-grep
...
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
13 years ago
Gaetan Semet
b832ec9208
New plugin 'common-aliases' for optional cutting edge zsh aliases
...
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
13 years ago
Michiel Missotten
d6945e2daa
Adding a rebase option to git alias.
13 years ago
San Martin Morote Eduardo
60aa92bae3
Messed up the comment somehow...
13 years ago
San Martin Morote Eduardo
e4884da5a0
Random quotes from the internet
13 years ago
Andrew Grangaard
894e1caa0a
virtualenv cleanup: replaces subshell with prompt expansion.
...
* :t parameter expansion returns the last portion of the path,
equivalent to basename. I <3 zsh.
* adds comments for the VIRTUAL_ENV_DISABLE_PROMPT,
used by virtual_env activate
See also:
http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion
13 years ago
Andrew Grangaard
e73dd2cdf8
virtualenvwrapper plugin cleanup
...
* removes cd override by using chpwd_functions
* removes subshell call to which by using $+commands array and
c param expansion to find in PATH
* zsh love!
13 years ago
Chris Krycho
c5aaa11cee
Add count for incoming and outgoing changesets.
13 years ago
Charles Johnson
ec177659df
Update bundler.plugin.zsh
...
Added strainer & tailor to commands in bundler plugin.
13 years ago
Charles Johnson
1e86e65e3a
Update bundler.plugin.zsh
...
Added berks, foodcritic, kitchen, and knife commands to bundler plugin.
13 years ago
yleo77
6b832b9358
add some alias for git flow
13 years ago
Lucas Uyezu
8300f62e92
Adding testlog and prodlog.
13 years ago
Trev
82666e25e3
A cabal plugin based on the lein plugin
13 years ago
Gaetan Semet
46f0d8dba9
Improvement in the git plugin
...
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
13 years ago
Gaetan Semet
4b945a856c
New plugin for git-repo ( https://code.google.com/p/git-repo/ )
...
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
13 years ago
Ayush Samantroy
6f8e8c58a0
Added alias for git clean
13 years ago
Marc-Antoine Lemieux
bd38c50241
fix the open command in linux using xdg-open
13 years ago
yleo77
00848cd8b7
add gf alias for git flow
13 years ago
Germán M. Bravo
69116fa806
Fixed recursion. Git not needed for it to work.
...
Avoid infinite `cd` loops under certain conditions. Try getting `.venv` from the current directory (not necessarily always using git)
13 years ago
Hong Xu
2531381477
Add web-search plugin.
...
This plugin adds google, bing and yahoo commands to launch the default
web browser to do web search:
e.g.
google oh-my-zsh
bing what is zsh
13 years ago
bebugz
6de78ad2ba
gentoo linux support
13 years ago
simlegate
22dce9e715
add git alias 'gcmsg' and stand for 'git commit -m'
13 years ago
simlegate
29e696d902
rename gcm to gcmsg and stand for 'git commit -m' #1790
13 years ago
simlegate
b36c42b76d
rename gcm to gcmsg and stand for 'git commit -m'
13 years ago
simlegate
cf3a03d45e
rm alias gcm='git checkout master' and add alias gcm='git commit -m'
13 years ago
Lindolfo 'Lorn' Rodrigues
f28e16a158
Cache for fasd --init
...
Using cache technique for faster fasd --init as shown at:
https://github.com/clvv/fasdi#install
13 years ago
Ron Shapiro
ae1973de44
plugged_in function
13 years ago
Kaiwen Xu
17a092b0ff
Change sublime text path select priority on mac.
...
User changed symbolic link for sublime binary is now top priority,
since this allows users to actually specify which version of sublime
they want to use. Sublime text 2 binary has higher priority over
sublime text (3) binary, since sublime text 2 is considered more
stable.
13 years ago
Joni Chandra
2f7479b5cb
Update the wrong variable used in rb20 function. Fixes #1762
...
Signed-off-by: Joni Chandra <joniliciously@gmail.com>
13 years ago
Philipp Tessenow
bf9645224b
extend mercurial plugin to be more like git/svn
...
implement in_hg(), hg_get_branch_name(), hg_prompt_info(), and hg_dirty() for the mercurial plugin
named functions similar to subversion plugin, to give theme maintainers an easier life
13 years ago
JamesFerguson
d4d8939410
Only trim remote names; be git-flow friendly
...
- don't remove everything before the last /
- do remove <remote_name>/
- allows flow style feature/foobar branch names
13 years ago
Alexey Poimtsev
8cd1b21b93
Update rails4.plugin.zsh
...
added alias for rake db:create
13 years ago
Tobias Preuss
d537193f26
Add auto-completion for zeus.
13 years ago
Tobias Sjösten
680302c9f6
Added 'jekyll' to list of bundled commands
13 years ago
Dustin Hemmerling
785b1c6337
mvn plugin was missing "redeploy" completion for tomcat.
13 years ago
Felipe Contreras
c944f8b465
gitfast: fix prompt
...
Certain themes need the 'clean' mark, and some people like to have the
'dirty' one, just like the original git_promp_info().
We probably shouldn't be modifying that function, there's no other clean
way to achieve our own status information, so let's try to emulate the
original as much as possible.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
13 years ago
Felipe Contreras
72a8c08cc8
gitfast: synchronize with upstream
...
Up to version 1.8.2.1.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
13 years ago
Ron Shapiro
bc385531b0
Separate the battery_pct_remaining data into it's own function so that it can be obtained even if the battery is connected.
13 years ago
Garami Gábor
a08f626f1c
Adding undocumented clean command to completion
...
Clean command is undocumented (not included in
bundle help output), however that is very useful,
especially in RVM environment you can clean up
outdated gems in gemset.
13 years ago
jaseg
f2b915c567
The safe-paste plugin now works with tmux, too
13 years ago
Stefan Tatschner
7db2b20fc4
Added git-flow-avh plugin.
...
git-flow-avh is a fork of gitflow, see: https://github.com/petervanderdoes/gitflow
13 years ago
Zoltan Debre
0b3d560866
Update rvm.plugin.zsh to the latest ruby versions
...
Ruby version numbers update:
1.8.7-p371
1.9.3-p392
2.0.0-p0
13 years ago
Michael Nikitochkin
ad3f59252b
Added global aliases to use RAILS_ENV.
13 years ago
MatthR3D
460cb3d0e0
Edit some yaourt aliases and add some
...
* yaupg now also updates AUR packages
* Add yalst alias : it lists the installed packages, even from AUR
* Add yaorph alias : it removes orphans using yaourt
13 years ago