2024-03-24 17:03:17 +01:00
|
|
|
# ~/.profile: executed by Bourne-compatible login shells.
|
|
|
|
|
2024-03-26 03:36:13 +01:00
|
|
|
export LC_ALL=C
|
|
|
|
export LANG=C
|
|
|
|
export LANGUAGE=C
|
2024-03-26 02:35:40 +01:00
|
|
|
export EDITOR=vim
|
|
|
|
export VISUAL=vim
|
|
|
|
|
2024-03-24 17:03:17 +01:00
|
|
|
if [ "$BASH" ]; then
|
|
|
|
if [ -f ~/.bashrc ]; then
|
|
|
|
. ~/.bashrc
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
mesg n 2> /dev/null || true
|