- 08 Jan, 2016 1 commit
- 
- 
Stefan Wrobel authored
 
- 
- 04 Jan, 2016 3 commits
- 
- 
Marc Cornellà authoredClose #4740 
- 
Marc Cornellà authored
- 
Satoshi Ohmori authored
 
- 
- 17 Dec, 2015 2 commits
- 
- 
Marc Cornellà authoredPut `local var` declaration in its own line in lib/git.zsh 
- 
Marc Cornellà authoredIn places, the local statement will override the exit code and the written command won't have the effect intended when it was written. For example, when it's not inside a git repo the exit code won't be true, but the local statement will make it true regardless. See #4708. 
 
- 
- 16 Dec, 2015 3 commits
- 
- 
Marc Cornellà authoredAdd hub's completion file 
- 
Marc Cornellà authoredFixed a typo. 
- 
Paul Calabro authored
 
- 
- 15 Dec, 2015 25 commits
- 
- 
Marc Cornellà authoredcolored-man-pages: Use Portable `less` Path 
- 
Pavan Rikhi authored
- 
Marc Cornellà authoredUpdate gulp.plugin.zsh 
- 
Giordano Vicari authoredRemove `local` stuff that cause an error in shell 
- 
Marc Cornellà authoredThis uses the version at commit 35c76bf (2015-12-08) https://github.com/github/hub/commit/35c76bf91dc3d699173599464b9b41cb877ee440 
- 
Marc Cornellà authored
- 
Marc Cornellà authoredCommit 09d2a597 introduced the bug, which is due to using single brackets conditions at the same time as *. This commit should fix it and use double brackets everywhere else. Fixes #4699 
- 
Marc Cornellà authoredFetch Gulp tasks list in a better way 
- 
Giordano Vicari authoredAdd local stuff 
- 
Giordano Vicari authoredSort pipe dropped and fix 2>/dev/null 
- 
Marc Cornellà authoredznt: more optimizing workarounds for 5.0.6 <= zsh < 5.2 
- 
Sebastian Gniazdowski authored
- 
Marc Cornellà authoredClose #4469 
- 
Marc Cornellà authored
- 
cknoblauch authoredSome environments (in my case, cygwin) have PATH variables with directories with spaces in them, breaking colored-man. Adding quotes around the PATH environment variable makes the plugin run OK. 
- 
Marc Cornellà authoredClose #4103 
- 
Robin Hallabro authoredWhen the user is asked to update oh-my-zsh it says "[Oh My Zsh] Would you like to check for updates? [Y/n]:". When the user agreed to update the next text would say "Upgrading Oh My Zsh" which is inconsistent with the question. 
- 
Marc Cornellà authoredNicer formatting of ember aliases in README 
- 
Marc Cornellà authoredUpdate frontcube.zsh-theme 
- 
Marc Cornellà authoredGit: move current_branch() to core 
- 
Andrew Janke authoredFixes #4085: core -> plugin dependency issue. Rename it to git_current_branch for clarity that it's git-specific. Update all plugins that were calling it to use new name. Fix variable leaks by making more variables in lib/git.zsh local. Have lib/git.zsh use [[ ]] instead of [ ] everywhere. 
- 
Marc Cornellà authoredAdd 'rake stats' alias. 
- 
Marc Cornellà authoredagnoster theme: stronger warning about changing SEGMENT_SEPARATOR character 
- 
Marc Cornellà authoredAdd branch plugin 
- 
Marc Cornellà authoredarchlinux: use $+commands instead of 'command -v' in a subshell 
 
- 
- 14 Dec, 2015 6 commits
- 
- 
Victor Torres authored
- 
Victor Torres authored
- 
Marc Cornellà authoredDefault to using terminfo to set the terminal title 
- 
Marc Cornellà authored"fishy" theme: Shorten path .foo to .f, not . 
- 
Danyil Bohdan authoredActually replace the value of the environment variable $HOME with "~" instead of appending the tilde in front of the prompt. 
- 
moyamo authored
 
- 
