Set default .profile variables prior to overrides
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user