set some envars in .profile

This commit is contained in:
Christoph J. Scherr 2024-03-26 02:35:40 +01:00
parent 79e765ae1e
commit b667d350aa
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# ~/.profile: executed by Bourne-compatible login shells.
export LC_ALL=en_US.UTF-8
export EDITOR=vim
export VISUAL=vim
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc