From 1a1f02602daf41847a1d71d30d65ba20d6afd700 Mon Sep 17 00:00:00 2001 From: binaryDiv Date: Fri, 5 Dec 2025 04:15:09 +0100 Subject: [PATCH] Clean up old local files --- _local/aranea/.profile.local | 3 --- _local/calliope/.bashrc.local | 18 ------------------ 2 files changed, 21 deletions(-) delete mode 100644 _local/aranea/.profile.local delete mode 100644 _local/calliope/.bashrc.local diff --git a/_local/aranea/.profile.local b/_local/aranea/.profile.local deleted file mode 100644 index 606eb9e..0000000 --- a/_local/aranea/.profile.local +++ /dev/null @@ -1,3 +0,0 @@ -# -# ~/.profile.local (included by ~/.profile) -# diff --git a/_local/calliope/.bashrc.local b/_local/calliope/.bashrc.local deleted file mode 100644 index d7307b5..0000000 --- a/_local/calliope/.bashrc.local +++ /dev/null @@ -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 -