aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-14 18:33:12 -0300
committerEuAndreh <eu@euandre.org>2021-01-14 18:37:30 -0300
commite98714e2efde5fce1ad9a3749f0215e5d80012e6 (patch)
treef33ee83fe1e4df573b6e3f84d8cb2b76d405119f /bash
parentconfig.sh: Add FIXME marker for readline C-M-l (diff)
downloaddotfiles-e98714e2efde5fce1ad9a3749f0215e5d80012e6.tar.gz
dotfiles-e98714e2efde5fce1ad9a3749f0215e5d80012e6.tar.xz
Revert "Use vim over nvi: nvi is broken for UTF-8 chars"
This reverts commit e8990379c83d9a75a9792b7b9a635ab99bd20153. Actually, what was broken was the locale setup. As per the Guix manual [0], I needed the "glibc-locales" package installed and the $GUIX_LOCPATH configured. After that, nvi stopped giving a core dump when inserting diacritics. [0]: https://guix.gnu.org/manual/en/guix.html#Application-Setup
Diffstat (limited to 'bash')
-rw-r--r--bash/env.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bash/env.sh b/bash/env.sh
index db519e73..2babd957 100644
--- a/bash/env.sh
+++ b/bash/env.sh
@@ -5,14 +5,13 @@ export EDITOR=vi
export BROWSER=firefox
export INPUTRC=~/.inputrc
export BORG_REMOTE_PATH='borg1'
-export LANG=fr_FR.UTF-8
-export LANGUAGE=$LANG
export GOPATH="$HOME/dev/go"
# https://git.savannah.gnu.org/cgit/guix.git/tree/doc/guix.texi?id=cd6ae1cee95644b9aa712a7192bc9677a04c146b#n1287
export NIX_BUILD_CORES=0
export GUIX_PROFILE="$HOME/.guix-profile"
+export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale"
PATH="$PATH:$HOME/.local/bin"
PATH="$PATH:$HOME/tmp/bin"