mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-25 16:31:00 +02:00
varstash: use '==' for consistency
This commit is contained in:
parent
06b96e78c3
commit
7d970a03f7
@ -231,7 +231,7 @@ function stash() {
|
|||||||
function autostash() {
|
function autostash() {
|
||||||
local run_from_autostash=1
|
local run_from_autostash=1
|
||||||
while [[ -n $1 ]]; do
|
while [[ -n $1 ]]; do
|
||||||
if [[ $1 == "alias" && $2 = *=* ]]; then
|
if [[ $1 == "alias" && $2 == *=* ]]; then
|
||||||
shift
|
shift
|
||||||
local _stashing_alias_assign=1
|
local _stashing_alias_assign=1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user