Robby Russell
d485044169
Merge pull request #2389 from driver2000/patch-1
...
Fix bad right prompt placing.
2014-01-06 20:06:10 -08:00
Robby Russell
a609fd5616
Merge pull request #2398 from phstc/fixes-tmuxinator-plugin-find
...
Fixes tmuxinator plugin `find` on OSX
2014-01-06 20:03:43 -08:00
Brice Dutheil
642ae64bc5
Inline parse_svn
to avoid leaky state
...
As noted in review, `in_svn` is not properly reset to false. This is better anyway to not leak state.
2014-01-07 02:10:34 +01:00
Brice Dutheil
1304ed8d25
Report the SVN need upgrade
...
This happen when subversion 1.7+ is used on a repository created with subversion up to 1.6
2014-01-06 14:09:40 +01:00
LFDM
2d6d9d525f
Fixes RPROMPT in af-magic.zsh-theme
2014-01-06 09:59:50 +01:00
LFDM
85fde31991
Renames the file to prompt_info_functions.zsh
2014-01-06 09:58:40 +01:00
LFDM
082607c165
Adds documentation.
2014-01-06 09:57:23 +01:00
LFDM
72392a2c27
Adds all other dummy implementations.
2014-01-06 09:57:09 +01:00
Brice Dutheil
9ce1b6289a
new faster SVN plugin
2014-01-04 22:08:00 +01:00
Pablo Cantero
4354f91171
Fixes tmuxinator plugin find on OSX
2014-01-03 11:52:33 -02:00
Patrick Stadler
288604ef1a
add brew-cask plugin
2014-01-03 14:32:49 +01:00
Robby Russell
e2838f75f0
Merge pull request #2396 from soluwalana/master
...
Fix WIP false positive
2014-01-02 16:01:28 -08:00
Sam O
d60522c7a2
escape dashes
2014-01-02 15:53:34 -08:00
Sam O
827d9dfcb4
Update git.plugin.zsh
2014-01-02 15:48:09 -08:00
LFDM
6a40557a8b
Updates spectrum.zsh
2013-12-31 14:54:34 +01:00
Daniele
3e5e2d45e9
Fix bad right prompt placing.
2013-12-31 12:41:28 +01:00
LFDM
c6aacf611d
Refactors ruby_prompts.zsh
2013-12-31 02:45:09 +01:00
LFDM
8a887c5052
Joins ruby prompt files and adds ruby_prompt_info.
2013-12-31 02:11:02 +01:00
LFDM
7aa766168c
Adds chruby_prompt_info dummy function.
2013-12-31 01:44:51 +01:00
LFDM
ae6ded5ad7
Returns false when rbenv is not found.
2013-12-31 01:15:35 +01:00
LFDM
468b24a8d5
Returns false when rvm is not found.
2013-12-31 01:06:14 +01:00
LFDM
bbbff94cca
Fixes rvm_prompt_info() in lib/rvm.zsh
2013-12-31 00:35:57 +01:00
Konstantin Haase
f6bb74e452
add chruby info to gallois theme
2013-12-27 14:25:06 +01:00
lumbric
b58b996b40
fix name schema for sudo plugin
...
Plugin won't load automatically if added to variable $plugins, if name schema different than $name/$name.plugin.zsh is used (see is_plugin() in oh-my-zsh.sh).
2013-12-21 19:49:44 +01:00
chuancong
e41b6acd2a
Add support to command "show"
2013-12-19 11:24:38 -08:00
Robby Russell
a38af27991
Revert "Cancel update if the current user doesn't have write permissions for the oh-my-zsh directory."
...
This reverts commit 152e1e07e0
.
2013-12-18 17:03:33 -08:00
Robby Russell
c9e5adb637
Merge pull request #2358 from n-st/master
...
Cancel update if the current user doesn't have write permissions for the oh-my-zsh directory.
2013-12-18 17:01:01 -08:00
n.st
152e1e07e0
Cancel update if the current user doesn't have write permissions for the oh-my-zsh directory.
2013-12-18 18:27:20 +01:00
Juan Ignacio Donoso
dbdd23d0fa
Prevents oh-my-zsh loading the .zshenv twice
2013-12-13 19:05:35 -03:00
Mikhail Nikalyukin
fdfc907052
Add rdmtc alias for rails plugin.
2013-12-11 11:42:11 +02:00
Andy Fleming
c05a28a7d9
typo fix
2013-12-10 00:11:22 +00:00
Eduardo San Martin Morote
44b23ae194
catimg: fix exit without using source
...
supresses errors from convert whilen converting, as they
are usually just warnings
2013-12-09 22:18:20 +01:00
Eduardo San Martin Morote
349fa15b18
Fixed a dirs bug for catimg
2013-12-09 22:07:19 +01:00
Andy Fleming
cbd63f220d
Fix for virtualenv support - fixes #2328 , fixes #2297 , resolves #2319
2013-12-09 19:38:27 +00:00
Eduardo San Martin Morote
0185d9920b
catimg plugin
...
allow to print an image to the stdout using convert
2013-12-09 08:54:38 +01:00
Foivos
e97811913b
Improve comments
2013-12-08 07:16:40 +02:00
Foivos
be6b1b3b8f
Improve comments
2013-12-08 07:11:33 +02:00
Robby Russell
357ab4912b
Merge pull request #2316 from BBonifield/master
...
Making auto-correction off by default.
Okay, I don't feel so strongly these days about this.
2013-12-04 21:02:58 -08:00
Bob Bonifield
f082d7a245
Making auto-correction off by default
...
- Allows for the user to turn on auto-correction using the
$ENABLE_CORRECTION variable
- Adds aliases regardless of variable assignment to aid users that use
setopt to turn correction back on in their zshrc
2013-12-04 20:59:57 -07:00
Robby Russell
8c93142b13
Merge pull request #2303 from petervanderdoes/git-flow-avh
...
Update git-flow-avh 1.7.0
2013-12-03 12:51:39 -08:00
Robby Russell
6fa64b7199
Merge pull request #2296 from pstadler/master
...
check_for_upgrade.sh: source ~/.profile only if it exists
2013-12-03 12:51:00 -08:00
Peter van der Does
2ffca06806
Update git-flow-avh 1.7.0
2013-12-03 08:56:18 -05:00
Patrick Stadler
858c515df2
source ~/.profile only if it exists
2013-12-03 09:52:51 +01:00
Robby Russell
4e34588a5b
Merge pull request #2208 from onemouth/master
...
Update git.plugin.zsh
2013-12-03 00:20:36 -08:00
Robby Russell
032ca0d67c
Merge pull request #2173 from jeffrey4l/venv
...
Add support .venv folder as virtual env
2013-12-03 00:19:21 -08:00
Robby Russell
7d1b668f41
Merge pull request #2159 from pungoyal/master
...
removing a github redirect during install
2013-12-03 00:18:44 -08:00
Robby Russell
f0a7adcd3d
Merge pull request #2176 from dejanlukan/spectrum
...
Added the spectrum_bls function, which prints all 256 colors set as the background.
2013-12-03 00:18:17 -08:00
Robby Russell
b8c1566835
Merge pull request #2194 from kevinxucs/gitignore-fix
...
Minor gitignore fix.
2013-12-03 00:16:59 -08:00
Robby Russell
83c18f8553
Merge pull request #2195 from KevinBongart/command_blacklist_for_bundler_plugin
...
Add command blacklist support to bundler plugin
2013-12-03 00:16:22 -08:00
Robby Russell
aed9cff57a
Merge pull request #2215 from posva/rand-quote
...
Update rand-quote plugin
2013-12-03 00:15:24 -08:00