add nix stuff if it's available

This commit is contained in:
Aaron Bieber 2022-02-09 07:17:28 -07:00
parent 7eaa74dc38
commit 492a364382
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
. '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
fi
PLAN9=/usr/local/plan9/
if [ -d ~/src/plan9port ]; then
PLAN9=~/src/plan9port