style: remove unnecessary variable declarations at the top of file in pyenv-init.
This commit is contained in:
parent
10732c1d8a
commit
29dd360010
@ -20,9 +20,6 @@ if [ "$1" = "--complete" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
mode="help"
|
mode="help"
|
||||||
no_rehash=""
|
|
||||||
no_push_path=""
|
|
||||||
shell=""
|
|
||||||
|
|
||||||
while [ "$#" -gt 0 ]; do
|
while [ "$#" -gt 0 ]; do
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user