Lazily fix the lack of applied env variables due to deprecation of .pam_environment
This commit is contained in:
parent
2eff642d26
commit
1e8d9f7d7b
1 changed files with 2 additions and 0 deletions
2
.bashrc
2
.bashrc
|
@ -27,6 +27,8 @@ export VISUAL=nvim
|
||||||
export PATH=$PATH:~/.local/bin
|
export PATH=$PATH:~/.local/bin
|
||||||
export HISTSIZE=10000
|
export HISTSIZE=10000
|
||||||
export HISTFILESIZE=20000
|
export HISTFILESIZE=20000
|
||||||
|
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||||
|
export TERMINAL=foot
|
||||||
PROMPT_COMMAND="history -a; $PROMPT_COMMAND"
|
PROMPT_COMMAND="history -a; $PROMPT_COMMAND"
|
||||||
|
|
||||||
export LESS=-R
|
export LESS=-R
|
||||||
|
|
Loading…
Reference in a new issue