add nix stuff if it's available
This commit is contained in:
parent
7eaa74dc38
commit
492a364382
4
.zlogin
4
.zlogin
@ -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/
|
PLAN9=/usr/local/plan9/
|
||||||
if [ -d ~/src/plan9port ]; then
|
if [ -d ~/src/plan9port ]; then
|
||||||
PLAN9=~/src/plan9port
|
PLAN9=~/src/plan9port
|
||||||
|
Loading…
Reference in New Issue
Block a user