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")
|
commands=("fabric" "fabric-api" "fabric-webui")
|
||||||
|
|
||||||
# List of shell configuration files to update
|
# List of shell configuration files to update
|
||||||
config_files=(~/.bashrc ~/.zshrc)
|
config_files=(~/.bashrc ~/.zshrc ~/.bash_profile)
|
||||||
|
|
||||||
for config_file in "${config_files[@]}"; do
|
for config_file in "${config_files[@]}"; do
|
||||||
# Check if the configuration file exists
|
# Check if the configuration file exists
|
||||||
|
Loading…
x
Reference in New Issue
Block a user