[kanaya] move local files to _local

This commit is contained in:
Lexi / Zoe 2019-10-06 20:31:09 +02:00
parent 2d5e8bbce2
commit cb1679e93f
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
3 changed files with 5 additions and 0 deletions

View file

@ -1,20 +0,0 @@
#
# ~/.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