p4ch0u self modification

This commit is contained in:
Papa Sall 2017-01-06 18:59:10 +01:00
parent 5984c2914a
commit ae368bce32

View file

@ -17,8 +17,8 @@ fi
# Editors
#
export EDITOR='nano'
export VISUAL='nano'
export EDITOR='vim'
export VISUAL='vim'
export PAGER='less'
#
@ -26,7 +26,7 @@ export PAGER='less'
#
if [[ -z "$LANG" ]]; then
export LANG='en_US.UTF-8'
export LANG='fr_FR.UTF-8'
fi
#