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
|
||||
#
|
||||
|
||||
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
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue