# Very simple bash RC for interactive script debugging export HISTSIZE=5000 export HISTIGNORE="&:[bf]g:exit" PS1='(init.sh) \u@\h:\w\$ '