[calliope] move local files to _local
This commit is contained in:
parent
7859b121dc
commit
ef0e75397c
1 changed files with 0 additions and 0 deletions
21
_local/calliope/.bashrc.local
Normal file
21
_local/calliope/.bashrc.local
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
#
|
||||
# ~/.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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue