]> Sergey Matveev's repositories - zsh-autoenv.git/blobdiff - lib/varstash
minor: sync lib/varstash
[zsh-autoenv.git] / 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