local changes for vriska
This commit is contained in:
parent
9b2fa59ed8
commit
20d120d768
|
|
@ -0,0 +1,22 @@
|
|||
#
|
||||
# ~/.bashrc.local -- vriska version
|
||||
#
|
||||
|
||||
# Host-specific aliases
|
||||
alias passheinlein="PASSWORD_STORE_DIR=~/.password-store-heinlein pass"
|
||||
|
||||
# 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
|
||||
|
||||
|
|
@ -9,7 +9,7 @@ numlockx
|
|||
xinput disable "SynPS/2 Synaptics TouchPad"
|
||||
|
||||
# Swap mouse buttons 8 and 9 (forward/back)
|
||||
xmodmap -e "pointer = 1 2 3 4 5 6 7 9 8 10"
|
||||
#xmodmap -e "pointer = 1 2 3 4 5 6 7 9 8 10"
|
||||
|
||||
# Start notification server
|
||||
/usr/lib/notification-daemon-1.0/notification-daemon &
|
||||
|
|
|
|||
Loading…
Reference in New Issue