# /etc/bashrc

# Return if not running interactively
[[ $- == *i* ]] || return

# Set bash prompt
PS1='[\u@\h \W]\$ '
