mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-22 07:20:59 +02:00
Use escaped grep command, skipping aliases
This commit is contained in:
parent
b7dfc3ec04
commit
1e60c98e4a
@ -24,7 +24,7 @@ _dotenv_authorize() {
|
|||||||
|
|
||||||
_dotenv_deauthorize() {
|
_dotenv_deauthorize() {
|
||||||
env_file=$1
|
env_file=$1
|
||||||
echo $(grep -Gv $env_file $ENV_AUTHORIZATION_FILE) > $ENV_AUTHORIZATION_FILE
|
echo $(\grep -Gv $env_file $ENV_AUTHORIZATION_FILE) > $ENV_AUTHORIZATION_FILE
|
||||||
}
|
}
|
||||||
|
|
||||||
_dotenv_print_unauthorized_message() {
|
_dotenv_print_unauthorized_message() {
|
||||||
|
Loading…
Reference in New Issue
Block a user