set some envars in .profile
This commit is contained in:
parent
79e765ae1e
commit
b667d350aa
4
.profile
4
.profile
|
@ -1,5 +1,9 @@
|
||||||
# ~/.profile: executed by Bourne-compatible login shells.
|
# ~/.profile: executed by Bourne-compatible login shells.
|
||||||
|
|
||||||
|
export LC_ALL=en_US.UTF-8
|
||||||
|
export EDITOR=vim
|
||||||
|
export VISUAL=vim
|
||||||
|
|
||||||
if [ "$BASH" ]; then
|
if [ "$BASH" ]; then
|
||||||
if [ -f ~/.bashrc ]; then
|
if [ -f ~/.bashrc ]; then
|
||||||
. ~/.bashrc
|
. ~/.bashrc
|
||||||
|
|
Loading…
Reference in New Issue