- 25 Aug, 2016 4 commits
- 
- 
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 authoredFixes 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à authoredClean up Archlinux plugin 
- 
Marc Cornellà authoredAlso 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à authoredProblem introduced in 136a8343. 
- 
Marc Cornellà authored
- 
Marc Cornellà authored
 
- 
- 22 Aug, 2016 3 commits
- 
- 
Bjørn Madsen authoredSigned-off-by: Marc Cornellà <marc.cornella@live.com> Marc Cornellà <marc.cornella@live.com>
- 
Marc Cornellà authoredThis 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 authoredSigned-off-by: Marc Cornellà <marc.cornella@live.com> Marc Cornellà <marc.cornella@live.com>
 
- 
- 21 Aug, 2016 3 commits
- 
- 
Shubham Chaudhary authored* Also gfa conflicts with git shortcut 
- 
Simon authored
- 
khenarghot authoredThe 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à authoredThis reverts commit 7d298a30. 
- 
Piotr Gaczkowski authored
- 
Marc Cornellà authoredThis 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 authoredUsing 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 7 commits
- 
- 
Marc Cornellà authoredFix pj plugin 
- 
Marc Cornellà authoredThe `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
- 
Marc Cornellà authored- Use `emulate -L zsh` to make all variables local. - Use `shwordsplit` to interpret `$cmd` spaces correctly. - Rename `$project` and `$file` variables to the more appropriate `$basedir` and `$project`. 
- 
Marc Cornellà authored- `$PROJECT_PATHS/*` wasn't working correctly. You have to iterate over its elements in order to use globbing with it. - The `$projects:t` line wasn't necessary if we used `compadd`. - `compadd` better supports destructuring an array with spaces in some of its elements. 
- 
Marc Cornellà authored
- 
Marc Cornellà authored
 
- 
- 15 Aug, 2016 5 commits
- 
- 
Thiago Leite Luiz authored
- 
Peter Han authored* Adding an alias to open up the sublime project * README update for stp command 
- 
Dzianis Dashkevich authored
- 
💯 Ahmad Awais authored
- 
naegi authored* Add sudoedit support * change describtion of sudo plugin 
 
- 
