mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 15:34:40 +01:00
7 lines
285 B
Bash
Executable file
7 lines
285 B
Bash
Executable file
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'
|
|
elif [[ -e '/Users/lloeki/.nix-profile/etc/profile.d/nix.sh' ]]; then
|
|
. '/Users/lloeki/.nix-profile/etc/profile.d/nix.sh'
|
|
fi
|
|
|
|
# vim: ft=bash
|