]> Sergey Matveev's repositories - zsh-autoenv.git/commitdiff
minor: sync lib/varstash
authorDaniel Hahler <git@thequod.de>
Sun, 23 Apr 2017 19:49:01 +0000 (21:49 +0200)
committerDaniel Hahler <git@thequod.de>
Wed, 26 Apr 2017 19:51:26 +0000 (21:51 +0200)
lib/varstash

index 7da077ef149129c370f6f31ab47fd4ad0a5ae4b1..94c063d28d3513b9a286ee456279eb43fc19da4e 100644 (file)
@@ -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