diff --git a/local/.bashrc.vriska b/local/.bashrc.vriska new file mode 100644 index 0000000..8cae78b --- /dev/null +++ b/local/.bashrc.vriska @@ -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 + diff --git a/local/.xprofile.vriska b/local/.xprofile.vriska index 1dbcf35..49e9eb1 100644 --- a/local/.xprofile.vriska +++ b/local/.xprofile.vriska @@ -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 &