Browse Source

bash_profile added to aliases

pull/88/head
agu3rra 1 year ago
parent
commit
561ea090cb
  1. 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…
Cancel
Save