summaryrefslogtreecommitdiff
path: root/.shenv
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-02-22 12:41:43 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-02-22 12:41:43 +0900
commit51c3713b5723aa6ab7ae218cffdc2f7965b19673 (patch)
treef36b19b7c0a525bf562a6a2f1537a69630fafd01 /.shenv
parent1ec83abf2509a1c0382d09dd0417effbbdda3785 (diff)
downloaddotfiles-51c3713b5723aa6ab7ae218cffdc2f7965b19673.tar.gz
nix $PATH additions
Diffstat (limited to '.shenv')
-rwxr-xr-x.shenv6
1 files changed, 6 insertions, 0 deletions
diff --git a/.shenv b/.shenv
index 31e09094..72c715ed 100755
--- a/.shenv
+++ b/.shenv
@@ -63,6 +63,12 @@ done
unset addition
export PATH
+# ---- package management by Nix: add to $PATH once more
+
+if [ -e "/etc/profile.d/nix.sh" ]; then
+ . /etc/profile.d/nix.sh
+fi
+
# ---- set language (snippet from joeyh's home-etc.git repo)
case " $(echo $(locale -a)) " in