Clean up .bashrc, add .bashrc.local for kanaya
This commit is contained in:
parent
2b05ae3f30
commit
3f12c22c0f
2 changed files with 57 additions and 55 deletions
20
local/.bashrc.kanaya
Normal file
20
local/.bashrc.kanaya
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
#
|
||||
# ~/.bashrc.local -- kanaya version
|
||||
#
|
||||
|
||||
# Assume colors are set in global .bashrc:
|
||||
# - TRED
|
||||
# - TGREEN
|
||||
# - TBLUE
|
||||
# - TWHITEB (bold)
|
||||
# - TRESET
|
||||
|
||||
# Set host-specific bash prompt: "user@host pwd $ "
|
||||
# (This is the default prompt for now... TODO)
|
||||
|
||||
#if [[ ${EUID} == 0 ]] ; then
|
||||
# PS1="${TRED}\u@\h ${TBLUE}\w ${TWHITEB}\$ ${TRESET}"
|
||||
#else
|
||||
# PS1="${TGREEN}\u@\h ${TBLUE}\w ${TWHITEB}\$ ${TRESET}"
|
||||
#fi
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue