logo

dotfiles

My dotfiles, one branch per machine
commit: 51f543eb9ce03855b7d455b6e8934d13b8835403
parent: a1f2e77979a5454d67cb5c17e03a002114f9bee4
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 18 Jul 2019 10:48:20 +0200

.profile: define BADWOLF_L10N

Diffstat:

M.gitconfig1+
M.profile1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitconfig b/.gitconfig @@ -20,3 +20,4 @@ defaultRemote = origin [log] date = format:%c + mailmap = true diff --git a/.profile b/.profile @@ -1,4 +1,5 @@ # exports +export BADWOLF_L10N="en_GB:fr_FR:de_DE:ru_RU" export BROWSER="badwolf:firefox:lynx" export EDITOR="$(which vis)" export ENV="$HOME/.profile"