From ae368bce3261e521f735d06fb3052b0713a05a9a Mon Sep 17 00:00:00 2001 From: Papa Sall Date: Fri, 6 Jan 2017 18:59:10 +0100 Subject: [PATCH] p4ch0u self modification --- runcoms/zprofile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runcoms/zprofile b/runcoms/zprofile index 3b5978da..e783375a 100644 --- a/runcoms/zprofile +++ b/runcoms/zprofile @@ -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 #