Add Script to Path
nano ~/.zshrc
Then add script path:
# ~/.zshrc
export PATH="~/scripts:$PATH"
ls ~/scripts/
# bastion.sh
source ~/.zshrc
bastion.sh
nano ~/.zshrc
Then add script path:
# ~/.zshrc
export PATH="~/scripts:$PATH"
ls ~/scripts/
# bastion.sh
source ~/.zshrc
bastion.sh