exos
322badc8da
Apply las master changes
2015-01-06 20:20:09 -03:00
exos
d52bd8ebfa
Add presentation
2015-01-06 20:17:34 -03: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
Frank Louwers
a0dbffdb84
[pj-plugin] avoid using basename. migth be (a lot?) faster
2014-11-11 19:48:56 -03:00
Frank Louwers
d3371200ff
[pj-plugin] delete ugly ls -l | awk print $9 thing to use something not depending on date format + add support for projects with spaces in them
2014-11-11 19:48:56 -03:00
Robby Russell
df5b09e20b
Merge pull request #3299 from apoxa/fix-profiles
...
Fix for the profile plugin.
2014-11-07 07:47:33 -08:00
Benjamin Stier
11253336cf
Fixes the profiles-plugin
...
An error was introduced with 7f75bb9 , which uses special vars. This is the
fix.
2014-11-07 10:47:27 +01:00
Robby Russell
7f75bb90e3
Merge pull request #3223 from mcornella/use-special-vars
...
Use special variables where we can
2014-11-06 10:42:38 -08:00
Marc Cornellà
95d795e8ca
Change all hostname calls for $HOST or $SHORT_HOST
2014-11-06 18:33:56 +01:00
Marc Cornellà
4310a15de5
Change all pwd calls for $PWD variable
...
This avoids spawning additional processes as $PWD **always** contains
the current working directory.
2014-11-06 18:33:56 +01:00
Marc Cornellà
74177c5320
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-06 18:33:56 +01:00
Robby Russell
7034b01cd1
Merge pull request #3213 from nikhgupta/features/fix-emoji-clock
...
added support for GNU version of `date`
2014-11-06 09:28:30 -08:00
Robby Russell
8a51bfd76b
Merge pull request #3108 from mfaerevaag/master
...
[wd] New minor version (v0.4)
2014-11-06 09:28:08 -08:00
Robby Russell
35f1a23735
Merge pull request #3131 from halilim/remove-j-alias
...
Remove j alias for autojump
2014-11-06 09:27:56 -08:00
Robby Russell
510055a03a
Merge pull request #3081 from pavoljuhas/master
...
update the scd plugin for smart change of directory.
2014-11-06 09:27:43 -08:00
Robby Russell
6118446575
Merge pull request #2974 from elliottwilliams/patch-1
...
Fix osx function: "not valid in this context"
2014-11-06 09:27:16 -08:00
Robby Russell
e423ca04c8
Merge pull request #2976 from shammellee/patch-1
...
typo
2014-11-06 09:26:56 -08:00
Robby Russell
57ff83db59
Merge pull request #2946 from moinakg/master
...
Solaris portability tweaks.
2014-11-06 09:26:48 -08:00
Robby Russell
0f7e5e41b8
Merge branch 'simonbuchan-master'
2014-11-06 09:24:18 -08:00