mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-25 00:10:59 +02:00
minor: sync lib/varstash
This commit is contained in:
parent
d09b85cc0a
commit
e454d1af37
@ -34,7 +34,7 @@
|
|||||||
# autostash PATH
|
# autostash PATH
|
||||||
# export PATH=/something/else
|
# 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
|
# autostash PATH=/something/else
|
||||||
#
|
#
|
||||||
@ -55,7 +55,6 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
|
|
||||||
function stash() {
|
function stash() {
|
||||||
if [[ $1 == "-f" ]]; then
|
if [[ $1 == "-f" ]]; then
|
||||||
local force=1; shift
|
local force=1; shift
|
||||||
|
Loading…
Reference in New Issue
Block a user