[terezi] move local files to _local
This commit is contained in:
parent
761c6dd449
commit
7859b121dc
1 changed files with 0 additions and 0 deletions
23
_local/terezi/.bashrc.terezi
Normal file
23
_local/terezi/.bashrc.terezi
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
#
|
||||
# ~/.bashrc.local -- terezi version
|
||||
#
|
||||
|
||||
# Host-specific aliases
|
||||
alias touchpad_disable='xinput set-prop 12 "Device Enabled" 0'
|
||||
alias touchpad_enable='xinput set-prop 12 "Device Enabled" 1'
|
||||
|
||||
# Assume colors are set in global .bashrc:
|
||||
# - TRED
|
||||
# - TGREEN
|
||||
# - TCYANB (bold)
|
||||
# - TBLUE
|
||||
# - TWHITEB (bold)
|
||||
# - TRESET
|
||||
|
||||
# Set host-specific bash prompt: "user@host pwd >:] "
|
||||
if [[ ${EUID} == 0 ]] ; then
|
||||
PS1="${TRED}\u@\h ${TBLUE}\w ${TCYANB}>:] ${TRESET}"
|
||||
else
|
||||
PS1="${TGREEN}\u@\h ${TBLUE}\w ${TCYANB}>:] ${TRESET}"
|
||||
fi
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue