Commit graph

822 commits

Author SHA1 Message Date
Olaf Conradi
c057a56e85 Typo 2013-08-05 21:12:50 +02:00
Olaf Conradi
8d161d3b5b Prevent starting multiple gpg-agents
Don't just overwrite the environment. First check for a running agent (an
x-session might have one running). If no agent is found, source the
environment and check again using those settings. If again no agent is
found, start a new instance.
2013-08-05 21:12:50 +02:00
Andrew Schwartzmeyer
8bd6062a5d Not loading home tmux confs when iTerm2 tmux integration is enabled 2013-08-05 21:12:50 +02:00
Andrew Schwartzmeyer
5e82107dc6 Adding support for iTerm2 tmux integration via option '-CC' 2013-08-05 21:12:50 +02:00
Gunther Konig
bc8163fa6b remove unused function 2013-08-05 21:12:50 +02:00
Gunther Konig
7e7c11aa2c autocomplete required packages as second argumet 2013-08-05 21:12:50 +02:00
Code Whale
e6910074c8 debian plugin: ignore alias in sudo/aptitude check 2013-08-05 21:12:50 +02:00
Jeremy Tennant
1fba5be0e5 Add new plugin for homebrew installed version of postgres 2013-08-05 21:12:50 +02:00
Christoph Jerolimov
dd8596dfc3 Do not clear tab when calling it with an argument. 2013-08-05 21:12:50 +02:00
Brian Hartvigsen
05359a6643 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...
2013-08-05 21:12:50 +02:00
Michiel Missotten
8d51ff0417 Adding a rebase option to git alias. 2013-08-05 21:12:49 +02:00
San Martin Morote Eduardo
612b53babe Messed up the comment somehow... 2013-08-05 21:12:49 +02:00
San Martin Morote Eduardo
a79e8c3ade Random quotes from the internet 2013-08-05 21:12:49 +02:00
Andrew Grangaard
7013ed0538 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
2013-08-05 21:12:49 +02:00
Andrew Grangaard
6422ada817 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!
2013-08-05 21:12:49 +02:00
Chris Krycho
4b2e5cbdb4 Add count for incoming and outgoing changesets. 2013-08-05 21:12:49 +02:00
Charles Johnson
6bd305dfa7 Update bundler.plugin.zsh
Added strainer & tailor to commands in bundler plugin.
2013-08-05 21:12:49 +02:00
Charles Johnson
7e83a3c4dc Update bundler.plugin.zsh
Added berks, foodcritic, kitchen, and knife commands to bundler plugin.
2013-08-05 21:12:49 +02:00
Lucas Uyezu
6e08329c55 Adding testlog and prodlog. 2013-08-05 21:12:48 +02:00
Trev
882abcbd0e A cabal plugin based on the lein plugin 2013-08-05 21:12:48 +02:00
Gaetan Semet
0672b6fa93 Improvement in the git plugin
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2013-08-05 21:12:48 +02:00
Gaetan Semet
5a2b67eb2f New plugin for git-repo (https://code.google.com/p/git-repo/)
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2013-08-05 21:12:48 +02:00
Ayush Samantroy
e97e957975 Added alias for git clean 2013-08-05 21:12:48 +02:00
Philipp Tessenow
8327e8144f 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
2013-08-05 21:12:48 +02:00
Marc-Antoine Lemieux
484dddd433 fix the open command in linux using xdg-open 2013-08-05 21:12:48 +02:00
Germán M. Bravo
9be79f548a 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)
2013-06-03 11:13:17 +02:00
Hong Xu
6b45fcf34f 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
2013-06-03 11:13:17 +02:00
bebugz
56258924ed gentoo linux support 2013-06-03 11:13:17 +02:00
Lindolfo 'Lorn' Rodrigues
088f2c700d Cache for fasd --init
Using cache technique for faster fasd --init as shown at:
 https://github.com/clvv/fasdi#install
2013-06-03 11:13:17 +02:00
Kaiwen Xu
5bf27a198b 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.
2013-06-03 11:13:16 +02:00
Robby Russell
fd50759e39 Merge pull request #1254 from systemfreund/master
Added completion plugin for "Go" compiler
2013-04-23 21:26:43 -07:00
Robby Russell
ffc6ae937c Spin to bundler 2013-04-23 21:25:03 -07:00
Robby Russell
dff6333b6d Merge branch 'master' of github.com:robbyrussell/oh-my-zsh 2013-04-23 21:20:14 -07:00
Robby Russell
f44d403572 Resolving conflict with merge of #1058 2013-04-23 21:20:00 -07:00
Robby Russell
02f86c4a5a Merge pull request #1633 from alec-c4/master
rails4 plugin
2013-04-23 21:17:52 -07:00
Robby Russell
980aaddb03 Merge pull request #917 from agate/patch-1
added "publish" and "track" command completion for git-flow plugin
2013-04-23 21:17:34 -07:00
Robby Russell
89515e3f1f Merge pull request #711 from jasongill/textmate-plugin-improvement
Improvements to the tm command in the TextMate plugin
2013-04-23 21:07:33 -07:00
Robby Russell
8ce587ad9a Resolving conflict when merging in #528 2013-04-23 20:58:30 -07:00
Robby Russell
b4578be3f1 Merge pull request #818 from jmacdonald/master
Alias for 'git diff'
2013-04-23 20:48:36 -07:00
Robby Russell
b0f8683ffa Merge pull request #1223 from bigjust/master
Basic Virtualenv plugin
2013-04-23 20:39:27 -07:00
Robby Russell
de1f803de9 Merge pull request #1620 from hreese/gpg-agent_with_sensible_ssh-agent
Disable ssh-agent support in gpg-agent-plugin if another ssh-agent is already available.
2013-04-23 20:37:48 -07:00
Robby Russell
84d9b020c2 Merge pull request #1490 from khrt/master
Added support for Subversion 1.7 for SVN plugin
2013-04-23 20:36:59 -07:00
Robby Russell
685c746cc7 Merge pull request #1565 from serdardalgic/autoenv-plugin
Add autoenv plugin, which adopts using Kenneth Reitz's autoenv.
2013-04-23 20:33:50 -07:00
Robby Russell
de8bcef476 Merge pull request #1622 from hacfi/patch-1
Fix Symfony2 command completion 'permission denied'
2013-04-23 20:03:26 -07:00
Robby Russell
cb8ccaf3cc Merge pull request #1634 from Anahkiasen/patch-1
Add alias for "composer dump-autoload"
2013-04-23 20:03:10 -07:00
Robby Russell
7787d1da6e Merge pull request #1641 from NeuralSandwich/master
Battery plugin updates
2013-04-23 20:01:40 -07:00
Robby Russell
1235b77eff Merge pull request #1702 from mbauhardt/copyfile
a plugin (function) which copies the content of a file into the clipboar...
2013-04-23 19:59:51 -07:00
Robby Russell
966108a082 Merge pull request #1724 from miry/rails_aliases
Added global aliases to use RAILS_ENV.
2013-04-23 19:58:30 -07:00
Robby Russell
6daaae6347 Merge pull request #1703 from marcparadise/mp/knife-chef-11-initial-support
initial support for chef 11 integrated knife-essentials
2013-04-23 19:56:44 -07:00
Robby Russell
73edf1f1eb Merge pull request #1704 from laggyluke/st3
Support for Sublime Text 3
2013-04-23 19:56:26 -07:00