12 lines
301 B
Text
12 lines
301 B
Text
#
|
|
# ~/.bashrc
|
|
#
|
|
|
|
# If not running interactively, don't do anything
|
|
[[ $- != *i* ]] && return
|
|
|
|
[ -f ~/.bash_aliases ] && source ~/.bash_aliases
|
|
|
|
export PS1="
|
|
$(tput bold)$(tput setaf 1)[$(tput setaf 3)\u$(tput setaf 2)@$(tput setaf 4)\H $(tput setaf 5)\w$(tput setaf 1)]$(tput setaf 7)
|
|
$ $(tput sgr0)"
|