Clean up .bashrc, add .bashrc.local for kanaya

This commit is contained in:
Lexi / Zoe 2019-01-07 01:02:09 +01:00
parent 2b05ae3f30
commit 3f12c22c0f
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
2 changed files with 57 additions and 55 deletions

20
local/.bashrc.kanaya Normal file
View 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