Robby Russell
688225a07e
Merge pull request #1839 from Kronuz/patch-1
...
Fixed recursion. Git not needed for it to work.
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
Christopher Roach
4ff861ee11
Adding a fix for the DISABLE_UNTRACKED_FILES_DIRTY option.
13 years ago
Christian Höltje
d2fe03d754
Create the zcompdump based on version and host
...
This will prevent lots of subtle problems that happen when
people upgrade ZSH or use NFS mounted home directories.
The ZSH_COMPDUMP variable can also be used to implement `zcompile`
and other fun features in the future.
13 years ago
yleo77
a9111488e4
add search by filename and file content feature
13 years ago
Robby Russell
27c6becffd
Merge pull request #1803 from bebugz/patch-1
...
gentoo linux support
13 years ago
bebugz
6de78ad2ba
gentoo linux support
13 years ago
simlegate
b5409fc081
add git alias 'gcmsg' and stand for 'git commit -m'
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
Robby Russell
b34aee7f76
Merge pull request #1774 from kevinxucs/sublime-default-2
...
Change sublime text path select priority on mac.
13 years ago
Robby Russell
b427a41fd3
Merge pull request #1779 from lorn/fasd_update
...
Cache for fasd --init
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
Marcus Müller
39b46f526c
eliminated unnecessary cd and failing substitution
...
Changing the working directory in a sub-subshell
does not change the working directory of the executing
shell.
The substitution was broken for me on _all_ my machines,
so I started looking into the business.
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
Sébastien M-B
f77a545a4b
Uncomment l alias
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
Roman Kamyk
cf9b0119fa
Fixed missing retcode function
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
Robby Russell
b6ea876971
Merge pull request #690 from essembeh/master
...
Adding ~/.ssh/config parsing for host list and theme.
13 years ago
Robby Russell
fd50759e39
Merge pull request #1254 from systemfreund/master
...
Added completion plugin for "Go" compiler
13 years ago
Robby Russell
ffc6ae937c
Spin to bundler
13 years ago
Robby Russell
dff6333b6d
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
13 years ago
Robby Russell
f44d403572
Resolving conflict with merge of #1058
13 years ago
Robby Russell
02f86c4a5a
Merge pull request #1633 from alec-c4/master
...
rails4 plugin
13 years ago
Robby Russell
980aaddb03
Merge pull request #917 from agate/patch-1
...
added "publish" and "track" command completion for git-flow plugin
13 years ago
Robby Russell
6637c29b1e
Merge pull request #1091 from jmazzi/patch-1
...
Improve README; Instructions for handling updates
13 years ago
Robby Russell
24e59aeb7e
Merge pull request #1102 from drnic/git-config
...
More git aliases
13 years ago
Robby Russell
7ab25fba8c
Merge pull request #1225 from bobmaerten/patch-1
...
vagrant uses 'ssh-config' command, not 'ssh_config'
13 years ago
Robby Russell
89515e3f1f
Merge pull request #711 from jasongill/textmate-plugin-improvement
...
Improvements to the tm command in the TextMate plugin
13 years ago
Robby Russell
5078c0814d
Merge pull request #424 from hackedy/fix
...
use /home/ryan/d/.oh-my-zsh instead of ~/.oh-my-zsh for cache
13 years ago
Robby Russell
cd0908917c
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
13 years ago
Robby Russell
8ce587ad9a
Resolving conflict when merging in #528
13 years ago
Robby Russell
8890df1251
Merge pull request #922 from sbfaulkner/master
...
patch rbenv support for themes
13 years ago
Robby Russell
b035662e4c
Merge pull request #1053 from cwoodcox/master
...
Added a neat theme called half-life. It's pretty and quite functional.
13 years ago
Robby Russell
c3c355a88a
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
13 years ago
Robby Russell
dd6247057e
Updating the README file
13 years ago
Robby Russell
27ff262e09
Merge pull request #1088 from avit/avit-theme
...
avit theme
13 years ago
Robby Russell
b4578be3f1
Merge pull request #818 from jmacdonald/master
...
Alias for 'git diff'
13 years ago
Robby Russell
e4891c5891
Merge pull request #1569 from ZeroKnight/master
...
Better custom theme loading
13 years ago
Robby Russell
81ed0c4115
Resolving conflict with merge of #970
13 years ago
Robby Russell
b0f8683ffa
Merge pull request #1223 from bigjust/master
...
Basic Virtualenv plugin
13 years ago
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.
13 years ago
Robby Russell
84d9b020c2
Merge pull request #1490 from khrt/master
...
Added support for Subversion 1.7 for SVN plugin
13 years ago
Robby Russell
685c746cc7
Merge pull request #1565 from serdardalgic/autoenv-plugin
...
Add autoenv plugin, which adopts using Kenneth Reitz's autoenv.
13 years ago
Robby Russell
a2c8db9eb3
Resolving conflict in #1266 merge
13 years ago
Robby Russell
7cdb6d667c
Resolving conflict when merging in 1570
13 years ago