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 -