[calliope] move local files to _local

This commit is contained in:
Lexi / Zoe 2019-10-06 20:48:27 +02:00
parent 7859b121dc
commit ef0e75397c

View file

@ -1,21 +0,0 @@
#
# ~/.bashrc.local -- calliope version
#
# Host-specific aliases
alias scrx='screen -x irssi'
# 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