From 47c1807556e857219c451484b873e7656b9b1a32 Mon Sep 17 00:00:00 2001 From: Frederik Vanrenterghem Date: Mon, 13 Nov 2023 21:58:37 +0800 Subject: [PATCH] Support nix in bash shell. --- bash/.bashrc | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2