- Dec 18, 2015
-
-
LE Manh Cuong authored
-
- Dec 17, 2015
-
-
Marc Cornellà authored
Put `local var` declaration in its own line in lib/git.zsh
-
Marc Cornellà authored
In 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.
-
- Dec 16, 2015
-
-
Marc Cornellà authored
Add hub's completion file
-
Marc Cornellà authored
Fixed a typo.
-
Paul Calabro authored
-
- Dec 15, 2015
-
-
Marc Cornellà authored
colored-man-pages: Use Portable `less` Path
-
Pavan Rikhi authored
-
Marc Cornellà authored
Update gulp.plugin.zsh
-
Giordano Vicari authored
Remove `local` stuff that cause an error in shell
-
Marc Cornellà authored
This uses the version at commit 35c76bf (2015-12-08) https://github.com/github/hub/commit/35c76bf91dc3d699173599464b9b41cb877ee440
-
Marc Cornellà authored
-
Marc Cornellà authored
Commit 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à authored
Fetch Gulp tasks list in a better way
-
Giordano Vicari authored
Add local stuff
-
Giordano Vicari authored
Sort pipe dropped and fix 2>/dev/null
-
Marc Cornellà authored
znt: more optimizing workarounds for 5.0.6 <= zsh < 5.2
-
Sebastian Gniazdowski authored
-
Marc Cornellà authored
Close #4469
-
Marc Cornellà authored
-
cknoblauch authored
Some 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à authored
Close #4103
-
Robin Hallabro authored
When 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à authored
Nicer formatting of ember aliases in README
-
Marc Cornellà authored
Update frontcube.zsh-theme
-
Marc Cornellà authored
Git: move current_branch() to core
-
Andrew Janke authored
Fixes #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à authored
Add 'rake stats' alias.
-
Marc Cornellà authored
agnoster theme: stronger warning about changing SEGMENT_SEPARATOR character
-
Marc Cornellà authored
Add branch plugin
-
Marc Cornellà authored
archlinux: use $+commands instead of 'command -v' in a subshell
-
Victor Torres authored
-
- Dec 14, 2015
-
-
Victor Torres authored
-
Marc Cornellà authored
Default to using terminfo to set the terminal title
-
Marc Cornellà authored
"fishy" theme: Shorten path .foo to .f, not .
-
Danyil Bohdan authored
Actually replace the value of the environment variable $HOME with "~" instead of appending the tilde in front of the prompt.
-
moyamo authored
-
moyamo authored
Currently, the title is only set on supported terminals (i.e. xterm, urxvt, screen etc.). Using terminfo entries to set the terminal title adds support for many more terminals.
-
Marc Cornellà authored
[Composer] redirect stderr to /dev/null for completion commands
-
Marc Cornellà authored
Update link to git completion
-