From: Daniel Hahler Date: Sun, 23 Apr 2017 19:49:01 +0000 (+0200) Subject: minor: sync lib/varstash X-Git-Url: http://www.git.stargrave.org/?p=zsh-autoenv.git;a=commitdiff_plain;h=e454d1af37f477f6a698712b728831967baded8f minor: sync lib/varstash --- diff --git a/lib/varstash b/lib/varstash index 7da077e..94c063d 100644 --- a/lib/varstash +++ b/lib/varstash @@ -34,7 +34,7 @@ # autostash PATH # export PATH=/something/else # -# You may also do both operations on line line, leaving only the very succinct +# You may also do both operations in one line, resulting in the very succinct # # autostash PATH=/something/else # @@ -55,7 +55,6 @@ # ################################################################################ - function stash() { if [[ $1 == "-f" ]]; then local force=1; shift