5 lines
162 B
Text
5 lines
162 B
Text
# If not running interactively, don't do anything else
|
|
[[ $- != *i* ]] && return
|
|
|
|
export PS1='\[\033[01;31m\]\u@\h\[\033[00m\] \[\033[01;32m\]\w #\[\033[00m\] '
|
|
|