#!/opt/local/bin/bash PS1='\h:\W \u\$ ';PS2='> ';PS4='+ '; # Bring PATH lines from the ~/.bash_profile file into below: PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" PATH="$PATH:/opt/macports/bin:/opt/macports/sbin" # Bring last PATH line from the /Volumes/OpenWrt/env.sh file into below: PATH="/opt/local/libexec/gnubin:/opt/local/bin:/opt/local/sbin:/opt/local/libexec:/opt/local/x86_64-apple-darwin19.6.0/bin:$PATH"; # Load PATH into currently running shell program: export PATH; # Load other environment variables: export JAVA_HOME=/Library/Java/JavaVirtualMachines/openjdk7-zulu/Contents/Home