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.
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.
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.
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.
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`.
* blessed/master:
Add Ecosia to web-search plugin.
Use $HOME instead of tilde inside quotes
Cleanup update_terminalapp_cwd function
Quote all variables in if statements
Use a case structure to id terminal types
When the current path is /home/user/.config/doublecmd the prompt
now reads "/h/u/.c/doublecmd", not "/h/u/./doublecmd" as was the
case. This matches what the Fish shell does.
Enclose the Perl snippet in single quotes instead of double quotes.
* upstream/master: (37 commits)
Added setting of the window title in Cygwin
Support all kinds of putty-like terminal strings.
Use shwordsplit in open_command()
Add empty string parameter to start command
make this work in the git-for-windows SDK
znt: twice as fast searching
znt: updated README.md
Updated README.md
Renamed README.txt to README.md
Add support for "putty" $TERM in termsupport.zsh
znt: n-history supports multi-line cmds and starts with current buffer
Fix open_command nohup call
z plugin: fix loading from custom location
history-substring-search: update to upstream version 2015-09-28
history-substring-search: add a script to automatically update OMZ from the upstream repo
termsupport: protect subshell with quotes
Drop the use of nohup on OSX for tmux compatibility
[wd] update minor version (v0.4.2)
Cleanup gradle plugin file
gradle plugin: also list tasks in subprojects
...