Clean up old local files

This commit is contained in:
Lexi / Zoe 2025-12-05 04:15:09 +01:00
parent 3050db0a9b
commit 1a1f02602d
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
2 changed files with 0 additions and 21 deletions

View File

@ -1,3 +0,0 @@
#
# ~/.profile.local (included by ~/.profile)
#

View File

@ -1,18 +0,0 @@
#
# ~/.bashrc.local -- calliope version
#
# Assume colors are set in global .bashrc:
# - TRED
# - TGREEN
# - TBLUE
# - TGREENB (bold)
# - TRESET
# Set host-specific bash prompt: "user@host pwd :U "
if [[ ${EUID} == 0 ]] ; then
PS1="${TRED}\u@\h ${TBLUE}\w ${TGREENB}:U ${TRESET}"
else
PS1="${TGREEN}\u@\h ${TBLUE}\w ${TGREENB}:U ${TRESET}"
fi