Set default .profile variables prior to overrides

This commit is contained in:
2020-06-25 23:24:40 +08:00
parent 6e17df1a6f
commit 3cc7afd0e6

View File

@@ -12,6 +12,8 @@ umask 026
# effectively unlimited history # effectively unlimited history
export HISTSIZE=10000000 export HISTSIZE=10000000
# default profile-specific settings
PROFILE_ENABLE_KUBECTL=y
# firefox hardware acceleration # firefox hardware acceleration
export MOZ_USE_OMTC=1 export MOZ_USE_OMTC=1
@@ -21,6 +23,7 @@ export MOZ_WEBRENDER=
# Preferred editor # Preferred editor
export VISUAL="vim" export VISUAL="vim"
export EDITOR="vim" export EDITOR="vim"
export THOR_MERGE="meld"
# source local variables # source local variables
# will override any variables defined above # will override any variables defined above