mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2025-12-14 10:15:12 +02:00
Use escaped grep command, skipping aliases
This commit is contained in:
@@ -24,7 +24,7 @@ _dotenv_authorize() {
|
||||
|
||||
_dotenv_deauthorize() {
|
||||
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() {
|
||||
|
||||
Reference in New Issue
Block a user