home/.profile

14 lines
224 B
Plaintext
Raw Normal View History

2024-03-24 17:03:17 +01:00
# ~/.profile: executed by Bourne-compatible login shells.
2024-03-26 02:35:40 +01:00
export LC_ALL=en_US.UTF-8
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