Move profile-local definitions below default values
This commit is contained in:
@@ -12,9 +12,6 @@ umask 026
|
||||
# effectively unlimited history
|
||||
export HISTSIZE=10000000
|
||||
|
||||
# source local variables
|
||||
[ -f "$HOME/.profile-local" ] && source "$HOME/.profile-local"
|
||||
[ -f "$HOME/.profile-private" ] && source "$HOME/.profile-private"
|
||||
|
||||
# firefox hardware acceleration
|
||||
export MOZ_USE_OMTC=1
|
||||
@@ -25,6 +22,13 @@ export MOZ_WEBRENDER=
|
||||
export VISUAL="vim"
|
||||
export EDITOR="vim"
|
||||
|
||||
# source local variables
|
||||
# will override any variables defined above
|
||||
[ -f "$HOME/.profile-local" ] && source "$HOME/.profile-local"
|
||||
[ -f "$HOME/.profile-private" ] && source "$HOME/.profile-private"
|
||||
# end preferences - switched controls below
|
||||
|
||||
|
||||
# gtk options
|
||||
# enable "command pallete"
|
||||
export GTK3_MODULES="/usr/lib/x86_64-linux-gnu/libplotinus/libplotinus.so:$GTK3_MODULES"
|
||||
|
||||
Reference in New Issue
Block a user