Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Gaetan Semet 2017-04-15 20:56:52 +02:00
commit 54453a73c6
34 changed files with 383 additions and 178 deletions

View file

@ -5,7 +5,7 @@ WORDCHARS=''
unsetopt menu_complete # do not autoselect the first completion entry
unsetopt flowcontrol
setopt auto_menu # show completion menu on succesive tab press
setopt auto_menu # show completion menu on successive tab press
setopt complete_in_word
setopt always_to_end

View file

@ -86,7 +86,7 @@ function default() {
}
#
# Set enviroment variable "$1" to default value "$2" if "$1" is not yet defined.
# Set environment variable "$1" to default value "$2" if "$1" is not yet defined.
#
# Arguments:
# 1. name - The env variable to set