# # ~/.bashrc # # If not running interactively, don't do anything [[ $- != *i* ]] && return . ~/dotfiles/aliases # Set prompt PS1="\[\e[0;33m\]\u@\h\[\e[m\]: \[\e[0;34m\]\w\[\e[m\] \$ " [ -f ~/.bashrc_local ] && . ~/.bashrc.local