mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-10 07:10:31 +00:00
bash_profile added to aliases
This commit is contained in:
parent
94ea095061
commit
561ea090cb
2
setup.sh
2
setup.sh
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user