vriska local changes
This commit is contained in:
parent
3827a16d11
commit
67a064dfea
|
|
@ -5,6 +5,8 @@
|
||||||
# Host-specific aliases
|
# Host-specific aliases
|
||||||
alias passheinlein="PASSWORD_STORE_DIR=~/.password-store-heinlein pass"
|
alias passheinlein="PASSWORD_STORE_DIR=~/.password-store-heinlein pass"
|
||||||
|
|
||||||
|
alias git-fetchboth="git fetch origin master:master; git fetch origin develop:develop"
|
||||||
|
|
||||||
# Assume colors are set in global .bashrc:
|
# Assume colors are set in global .bashrc:
|
||||||
# - TRED
|
# - TRED
|
||||||
# - TGREEN
|
# - TGREEN
|
||||||
|
|
|
||||||
|
|
@ -15,5 +15,6 @@ xinput disable "SynPS/2 Synaptics TouchPad"
|
||||||
/usr/lib/notification-daemon-1.0/notification-daemon &
|
/usr/lib/notification-daemon-1.0/notification-daemon &
|
||||||
|
|
||||||
# Load screen layout
|
# Load screen layout
|
||||||
[ -f ~/.screenlayout/workplace.sh ] && sh ~/.screenlayout/workplace.sh
|
#[ -f ~/.screenlayout/workplace.sh ] && sh ~/.screenlayout/workplace.sh
|
||||||
|
autoscreenlayout
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue