From 20d120d76859a6aab3998a5b259a9f17483058e2 Mon Sep 17 00:00:00 2001 From: Lexi Stelter Date: Tue, 19 Feb 2019 15:50:55 +0100 Subject: [PATCH] local changes for vriska --- local/.bashrc.vriska | 22 ++++++++++++++++++++++ local/.xprofile.vriska | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 local/.bashrc.vriska 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 &