Files
init.sh/bash.rc
2022-06-24 17:52:17 +02:00

6 lines
138 B
Plaintext

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