bash_profile added to aliases

This commit is contained in:
agu3rra 2024-02-16 17:29:35 -03:00
parent 94ea095061
commit 561ea090cb

View File

@ -8,7 +8,7 @@ poetry install
commands=("fabric" "fabric-api" "fabric-webui")
# List of shell configuration files to update
config_files=(~/.bashrc ~/.zshrc)
config_files=(~/.bashrc ~/.zshrc ~/.bash_profile)
for config_file in "${config_files[@]}"; do
# Check if the configuration file exists