mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Fix for Linux and make consistent
This commit is contained in:
parent
e317caaa8f
commit
9ca56d83c7
42 changed files with 106 additions and 52 deletions
|
|
@ -1,5 +1,9 @@
|
|||
if [ -e /Users/lloeki/.nix-profile/etc/profile.d/nix.sh ]; then . /Users/lloeki/.nix-profile/etc/profile.d/nix.sh; fi
|
||||
if [[ -e /Users/lloeki/.nix-profile/etc/profile.d/nix.sh ]]; then
|
||||
. /Users/lloeki/.nix-profile/etc/profile.d/nix.sh
|
||||
fi
|
||||
|
||||
#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
|
||||
|
||||
# vim: ft=bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue