mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-22 07:20:59 +02:00
Better ~/.env_auth deprecation hint (#51)
Don't print the dot so it's easier to copy and paste.
This commit is contained in:
parent
d51b8ecccc
commit
0ad53b6ee6
@ -16,7 +16,7 @@ if [[ -z $AUTOENV_AUTH_FILE ]]; then
|
||||
fi
|
||||
if [[ -f ~/.env_auth ]]; then
|
||||
echo "zsh-autoenv: using deprecated location for AUTOENV_AUTH_FILE." >&2
|
||||
echo "Please move it: mv ~/.env_auth ${(D)AUTOENV_AUTH_FILE}." >&2
|
||||
echo "Please move it: mv ~/.env_auth ${(D)AUTOENV_AUTH_FILE}" >&2
|
||||
AUTOENV_AUTH_FILE=~/.env_auth
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user