summaryrefslogtreecommitdiff
path: root/profile
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-07-24 09:53:06 -0500
committerMarc Coquand <marc@mccd.space>2024-07-24 09:53:06 -0500
commitf61cc0a13a8a691ea152d73d7fc27dd67e2480f1 (patch)
tree42668080125a7eba64bedbedce877553d3542527 /profile
parent8cb6876cb11711169d93e1f82f534c0feba56906 (diff)
downloadbsd-f61cc0a13a8a691ea152d73d7fc27dd67e2480f1.tar.gz
bsd-f61cc0a13a8a691ea152d73d7fc27dd67e2480f1.tar.bz2
bsd-f61cc0a13a8a691ea152d73d7fc27dd67e2480f1.zip
config updates
Diffstat (limited to 'profile')
-rw-r--r--profile1
1 files changed, 0 insertions, 1 deletions
diff --git a/profile b/profile
index 730bcbf..dfb7e23 100644
--- a/profile
+++ b/profile
@@ -32,7 +32,6 @@ export HISTFILE=$HOME/.history
export STITCH_DIRECTORY=/home/mccd/notes
export STITCH_GREP_CMD=ugrep
-if [ -e /home/mccd/.nix-profile/etc/profile.d/nix.sh ]; then . /home/mccd/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
# opam configuration
test -r /home/mccd/.opam/opam-init/init.sh && . /home/mccd/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true