8 lines
116 B
Plaintext
8 lines
116 B
Plaintext
# ~/.bashrc
|
|
|
|
# Return if not running interactively
|
|
[[ $- == *i* ]] || return
|
|
|
|
# Set bash prompt
|
|
PS1='[\u@\h \W]\$ '
|