Files

8 lines
118 B
Bash

# /etc/bashrc
# Return if not running interactively
[[ $- == *i* ]] || return
# Set bash prompt
PS1='[\u@\h \W]\$ '