mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2025-12-14 10:15:12 +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:
committed by
Daniel Hahler
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
|
||||
|
||||
Reference in New Issue
Block a user