6 lines
138 B
Plaintext
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\$ '
|