From: Frederik Vanrenterghem Date: Mon, 13 Nov 2023 13:58:37 +0000 (+0800) Subject: Support nix in bash shell. X-Git-Url: http://git.vanrenterghem.biz/Dotty.git/commitdiff_plain/47c1807556e857219c451484b873e7656b9b1a32 Support nix in bash shell. --- diff --git a/bash/.bashrc b/bash/.bashrc index 9fa83b5..b0e4bab 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -22,3 +22,6 @@ export GPG_TTY=$(tty) gpg-connect-agent updatestartuptty /bye >/dev/null [ -n "$DISPLAY" ] && export BROWSER=firefox || export BROWSER=w3m + +source /etc/profile.d/nix-daemon.sh +export LOCALE_ARCHIVE=/usr/lib/locale/locale-archive