- 30 Aug, 2016 1 commit
-
-
mahi97 authored
-
- 29 Aug, 2016 5 commits
-
-
Marc Cornellà authored
Repost of #5319 and refactor of rake-fast plugin
-
Marc Cornellà authored
This solves a problem of using the variable name `$path' which then smashes the environment variable `$PATH' and messes up the session. See https://github.com/robbyrussell/oh-my-zsh/pull/5343#issuecomment-243043098
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Aleksey Ivanov authored
-
- 26 Aug, 2016 2 commits
-
-
Rory Hardy authored
* Added perms plugin * HTTPS -> HTTP for comment URL * Added a README * Updated TOF comment * Pulled in updates by apjanke with minor tweaks
-
Kevin Ndung'u authored
-
- 25 Aug, 2016 5 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Andrew Janke authored
-
Marc Cornellà authored
-
- 24 Aug, 2016 9 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Steffen Tröster authored
-
Multilul authored
Fixes the "syntax error: expected line end ..." (-2741) when using the tab, split_tab and vsplit_tab commands in iTerm2 v3
-
Ivan Eisenberg authored
* updated OSX plugin docs
-
Marc Cornellà authored
Clean up Archlinux plugin
-
Marc Cornellà authored
Also make all functions local as to not spill variables into the global namespace.
-
Marc Cornellà authored
-
Marc Cornellà authored
-
- 23 Aug, 2016 3 commits
-
-
Marc Cornellà authored
Problem introduced in 136a8343.
-
Marc Cornellà authored
-
Marc Cornellà authored
-
- 22 Aug, 2016 3 commits
-
-
Bjørn Madsen authored
Signed-off-by: Marc Cornellà <marc.cornella@live.com>
-
Marc Cornellà authored
This fixes the use case where a directory in the dir stack doesn't exist anymore, so the keystroke doesn't appear to do anything. It will keep trying to switch to the n-est directory in the stack until it founds an available directory or the dirstack has no more directories to switch to.
-
Philipp Wahala authored
Signed-off-by: Marc Cornellà <marc.cornella@live.com>
-
- 21 Aug, 2016 3 commits
-
-
Shubham Chaudhary authored
* Also gfa conflicts with git shortcut
-
Simon authored
-
khenarghot authored
The parsing output for full git log output too slow so it replaced with last commit show request, wich cause error if repository is empty
-
- 20 Aug, 2016 3 commits
-
-
Marc Cornellà authored
This reverts commit 7d298a30.
-
Piotr Gaczkowski authored
-
Marc Cornellà authored
This conflicts with several tools, including NodeGH [1] and scm_breeze [2]. [1] https://github.com/robbyrussell/oh-my-zsh/issues/5313 [2] https://github.com/robbyrussell/oh-my-zsh/issues/5321 Related: #5130
-
- 18 Aug, 2016 1 commit
-
-
Emmanuel Isaac authored
Using the "gstc" alias runs "git stash clear" that clears every stash index
-
- 17 Aug, 2016 2 commits
-
-
Marc Cornellà authored
- Fix "installation" information - Add links to github project - Transform list of aliases into table with descriptions
-
Fumseck authored
-
- 16 Aug, 2016 3 commits
-
-
Marc Cornellà authored
Fix pj plugin
-
Marc Cornellà authored
The `shwordsplit` option affects all variables and we only need to split the `$EDITOR` variable. Because of that, using `${=spec}` is a much better alternative. More info at http://zsh.sourceforge.net/Doc/Release/Expansion.html#index-SH_005fWORD_005fSPLIT_002c-toggle
-
Marc Cornellà authored
-