Joe Block
5bf715787a
Existing code indents with spaces, not tabs, conform.
2014-11-30 17:39:21 -08:00
Joe Block
1ebc98b9ed
Don't clobber HISTSIZE or SAVEHIST if they're already set
2014-11-30 17:37:47 -08:00
benjaoming
4b05e548d0
Throw an error message when $WORKON_HOME is not set
...
Took me a while to figure this one out, and I have a default installation of virtualenvwrapper -- this is a soft fix, just put an error message. But perhaps the fix should be to use the default value `~/.virtualenvs`.
2014-11-28 14:41:34 +01:00
Robby Russell
43aa3783f8
Merge pull request #2448 from gawashburn/master
...
Fix autojump script to support Nix installations
2014-11-27 20:03:06 -08:00
Robby Russell
5acfdf5c90
Merge pull request #2871 from wrboyce/extract-pigz
...
use pigz if available in extract plugin
2014-11-27 20:02:40 -08:00
Robby Russell
4610add16d
Merge pull request #3092 from MWers/aws-brew-issue
...
[aws plugin] Changed brew cmd to properly report if awscli is installed via homebrew
2014-11-27 20:02:08 -08:00
Robby Russell
4c4f47a758
Merge pull request #3265 from thii/fix-yosemite-broken
...
Fix Yosemite broken zsh
2014-11-27 20:01:43 -08:00
Robby Russell
60a41a866a
Merge pull request #3283 from jaapz/master
...
Added VIRTUAL_ENV_DISABLE_PROMPT to steeef.zsh-theme
2014-11-27 20:01:28 -08:00
Robby Russell
9f4dfc0a23
Merge pull request #3309 from jarinudom/superjarin
...
Simplify superjarin theme and support chruby
2014-11-27 20:00:56 -08:00
Will Boyce
db8eacf6fd
use pigz if available in extract plugin
2014-11-26 14:20:00 +00:00
Eric Ripa
1dfadc734c
Fix chruby plugin to not complain if chruby is *not* installed
2014-11-24 09:54:50 +01:00
Doan Truong Thi
b6b1dd3cd7
Fix Yosemite broken zsh where $PATH var does not get appended correctly.
...
Sourcing oh-my-zsh immediately after export PATH.
2014-11-21 10:07:23 +09:00
Robby Russell
0222e77497
Merge pull request #3333 from mcornella/fix-git-hide-dirty
...
Switch back to oh-my-zsh.hide-dirty setting again
2014-11-19 12:41:12 -08:00
Robby Russell
6a496d2cca
Merge pull request #3323 from alfss/fix-pj
...
[~] fix plugin pj
2014-11-19 12:40:59 -08:00
Marc Cornellà
a301f567e3
Switch back to oh-my-zsh.hide-dirty setting again
...
Commit 81004dfaba reverted the change
in 9b811fb625 when editing the merge
conflict from #2928 .
This commit fixes that so that we don't make the same mistake again.
First seen in http://git.io/Cdaj5Q
2014-11-19 18:40:18 +01:00
Kravchuk S.V
0c04470f63
[~] fix plugin pj
...
bce74975d0
2014-11-16 22:38:27 +03:00
DanielFGray
00ec11d3c0
ignore any grep aliases that might be defined
2014-11-16 02:47:35 -06:00
Geoffrey Washburn
923d2c85b4
Fix autojump script to support Nix installations
2014-11-15 13:32:34 -05:00
Benjamin Stier
6011322405
Fixes the profiles-plugin
...
An error was introduced with 7f75bb9 , which uses special vars. This is the
fix.
2014-11-11 19:49:40 -03:00
Marc Cornellà
deb6ebcc76
Change all hostname calls for $HOST or $SHORT_HOST
2014-11-11 19:49:40 -03:00
Marc Cornellà
1093fe551a
Change all pwd calls for $PWD variable
...
This avoids spawning additional processes as $PWD **always** contains
the current working directory.
2014-11-11 19:49:40 -03:00
Marc Cornellà
6de40147d3
Change all whoami calls for $USER variable
...
This avoid spawning additional processes, as the $USER variable will
**always** contain the current logged-in user.
2014-11-11 19:49:40 -03:00
Pavol Juhas
c654b4dbab
Update to the upstream smart-change-directory.
...
Synced with the master branch
pavoljuhas/smart-change-directory@20b5a80cf0 .
2014-11-11 19:49:40 -03:00
Neal
e38c04237d
Make the simulator alias work with older Xcode versions as well.
2014-11-11 19:49:40 -03:00
Marc Cornellà
af927d74f1
Follow-redirect and silent mode curl throughout gitignore
...
This commit completes previous efforts and standardizes both curl commands
into using silent mode and following redirects in case the URL changes
again in the future.
2014-11-11 19:49:40 -03:00
WooParadog
dcd55f244f
Fix gitignore curl, should follow redirects
2014-11-11 19:49:40 -03:00
Alex Shaindlin
3faf6e04d2
Fix misspellings in gitignore plugin
2014-11-11 19:49:40 -03:00
Andrii Kostenko
b0b95fd85d
fixed URL on github.io
...
github.io moved to https and http returns 301 redirect
2014-11-11 19:49:40 -03:00
Marc Cornellà
39c80e4aff
Don't set auto_name_dirs because it messes up prompts
...
From http://zsh.sourceforge.net/Doc/Release/Options.html#Completion-4
> AUTO_NAME_DIRS
> Any parameter that is set to the absolute name of a directory immediately
> becomes a name for that directory, that will be used by the ‘%~’ and
> related prompt sequences, and will be available when completion is performed
> on a word starting with ‘~’.
> (Otherwise, the parameter must be used in the form ‘~param’ first.)
Explained in more detail in
https://github.com/wayneeseguin/rvm/issues/3091#issuecomment-60083194
Related issues:
https://github.com/robbyrussell/oh-my-zsh/issues/2857
https://github.com/robbyrussell/oh-my-zsh/issues/3238
https://github.com/wayneeseguin/rvm/issues/3091
2014-11-11 19:49:40 -03:00
Markus Faerevaag
c6c9b980e8
[wd] fix space in path
2014-11-11 19:49:40 -03:00
willmendesneto
1aa224cc13
Fix error using compass search alias
2014-11-11 19:49:40 -03:00
Neal
a20bfbfc2c
Update path for the iOS simulator.
2014-11-11 19:49:40 -03:00
Nikhil Gupta
0565489014
added support for GNU version of date
2014-11-11 19:49:39 -03:00
Moinak Ghosh
1e09bbf0f6
Change to epoch target in days instead of seconds.
2014-11-11 19:49:39 -03:00
Moinak Ghosh
d1416209f3
Convert epoch_target from days to seconds.
2014-11-11 19:49:39 -03:00
Moinak Ghosh
5c21010e7e
Update Solaris changes to use OSTYPE and zsh datetime module.
2014-11-11 19:49:39 -03:00
Halil Özgür
92172b5ff2
Remove j alias for autojump
...
j alias conflicts with autojump's j() function. Fixes #2989
2014-11-11 19:49:39 -03:00
Markus Faerevaag
989328b4f2
[wd] Minor bug fix in show command
2014-11-11 19:49:39 -03:00
Markus Faerevaag
b9eb5c56a4
[wd] New minor version (v0.4)
2014-11-11 19:49:39 -03:00
Shammel Lee
1290e93495
typo
...
line 1: of => or
2014-11-11 19:49:39 -03:00
Elliott Williams
dfc525b205
Fix osx function: "not valid in this context"
...
I have been continually having problems with the "trash" function provided by the osx plugin, getting this error:
trash:local:2: not valid in this context:
It seems like adding quotes around the assignment in [osx.plugin.zsh#L142](https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/osx/osx.plugin.zsh#L142 ) fixed my problem.
Does this look good to you? Thanks!
2014-11-11 19:49:39 -03:00
Christopher Kochan
fd4fe144c5
Fix for recusion limit hit for _rake_command alias
2014-11-11 19:49:39 -03:00
Moinak Ghosh
dd6395e9df
Solaris portability tweaks.
2014-11-11 19:49:39 -03:00
Simon Buchan
70e844f39b
Fix POST_1_7_2_GIT check for parse_git_dirty submodules.
2014-11-11 19:49:39 -03:00
Simon Buchan
3f7bf3f73f
Fix parse_git_dirty() when status.branch is set.
2014-11-11 19:49:38 -03:00
Frank Louwers
a0fcecf7f1
drop the foreach, make it even shorter. thanks Marc Cornellà!
2014-11-11 19:48:56 -03:00
Daniel Farrell
a8dd208abe
Simplified gallois RPS1 setup using some helpful scripts
2014-11-11 19:48:56 -03:00
Daniel Farrell
c9671ed00a
Fixed which output at each new shell creation
2014-11-11 19:48:56 -03:00
Michael Orr
2518b8933a
accidentally blew away a git config setting used for another purpose, renaming in order to distinguish
2014-11-11 19:48:56 -03:00
Riyad Preukschas
cfc7133208
Make the virtualenv plugin themable
2014-11-11 19:48:56 -03:00