set some envars in .profile
This commit is contained in:
parent
79e765ae1e
commit
b667d350aa
1 changed files with 4 additions and 0 deletions
4
.profile
4
.profile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue