local changes for vriska

This commit is contained in:
Lexi Stelter 2019-02-19 15:50:55 +01:00
parent 9b2fa59ed8
commit 20d120d768
2 changed files with 23 additions and 1 deletions

22
local/.bashrc.vriska Normal file
View File

@ -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

View File

@ -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 &