- 16 Dec, 2015 2 commits
-
-
Marc Cornellà authored
Fixed a typo.
-
Paul Calabro authored
-
- 15 Dec, 2015 24 commits
-
-
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
-
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
-
- 14 Dec, 2015 12 commits
-
-
Victor Torres authored
-
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
-
Kaelig authored
-
Marc Cornellà authored
Close #3627
-
desrum_m authored
This change enables UP-arrow and DOWN-arrow full-line history completion. For example, if you write `git clone` and press UP: - Before this change, it will use the last command that starts with `git`. - After this change, it will use the last command that starts with `git clone`.
-
- 13 Dec, 2015 2 commits
-
-
Marc Cornellà authored
znt: faster startup of tools using colorifying (e.g. n-history), optimized heap usage for older Zsh's
-
Marc Cornellà authored
Make spectrum_ls implementation consistent with $FG and spectrum_bls
-