- 21 Aug, 2016 2 commits
-
-
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
-
- 01 Aug, 2016 3 commits
-
-
Cédric Malard authored
* Fix gbda alias to support git config color.ui = always * Update gbda alias to exclude develop and dev branches
-
nklmish authored
-
Steven authored
* Function wasn't returning correct value * Updated underlying git command * Kept echo command from previous function for backwards compatibility * Kept function consistent with git_commits_behind
-
- 22 Jul, 2016 1 commit
-
-
Anton authored
-
- 19 Jul, 2016 1 commit
-
-
Adam Glenn authored
adding python virtualenv support to muse theme
-