p4ch0u self modification
This commit is contained in:
parent
5984c2914a
commit
ae368bce32
1 changed files with 3 additions and 3 deletions
|
@ -17,8 +17,8 @@ fi
|
||||||
# Editors
|
# Editors
|
||||||
#
|
#
|
||||||
|
|
||||||
export EDITOR='nano'
|
export EDITOR='vim'
|
||||||
export VISUAL='nano'
|
export VISUAL='vim'
|
||||||
export PAGER='less'
|
export PAGER='less'
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -26,7 +26,7 @@ export PAGER='less'
|
||||||
#
|
#
|
||||||
|
|
||||||
if [[ -z "$LANG" ]]; then
|
if [[ -z "$LANG" ]]; then
|
||||||
export LANG='en_US.UTF-8'
|
export LANG='fr_FR.UTF-8'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue