- 23 Aug, 2016 1 commit
 - 
- 
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 7 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
 - 
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 10 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
 - 
$ea authored
Python 3!!!!
 - 
Robby Russell authored
 - 
Robby Russell authored
 - 
Arz Yu authored
* muse theme: Remove a extra space for none git prompt * muse theme: Remove a extra space for none virtualenv prompt
 - 
Patrick Stadler authored
 
 - 
 - 13 Aug, 2016 3 commits
 - 
- 
Aleksey Ivanov authored
 - 
Daniel Grove authored
 - 
Aaron Decker authored
 
 - 
 - 11 Aug, 2016 4 commits
 - 
- 
Simen Bekkhus authored
 - 
Shiv Venkatasubrahmanyam authored
* Add shrink-path plugin to shorten directory paths (e.g. ~/f/b/quux) * Add a README
 - 
Kyle Scully authored
 - 
Dominic Motuka authored
 
 - 
 - 09 Aug, 2016 1 commit
 - 
- 
Fredrik Fornwall authored
This makes things work even on system lacking /bin/sh, such as on non-rooted Android systems.
 
 - 
 - 07 Aug, 2016 2 commits
 - 
- 
Luke Childs authored
* Export $NVM_DIR if it doesn't exist and use it when looking for nvm * Use $NVM_DIR when looking for nvm for completion * Use $NVM_DIR when looking for nvm in nvm_prompt_info
 - 
Marc Cornellà authored
 
 -