mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 21:22:25 +00:00
add fix for nix
This commit is contained in:
parent
de0cccad03
commit
d1f9072855
|
@ -200,6 +200,11 @@ export PATH="${brew_path}:${PATH}"
|
||||||
|
|
||||||
# Include /opt/homebrew/opt/gnu-getopt/bin to PATH
|
# Include /opt/homebrew/opt/gnu-getopt/bin to PATH
|
||||||
[[ -d "/opt/homebrew/opt/gnu-getopt/bin" ]] && export PATH="/opt/homebrew/opt/gnu-getopt/bin:${PATH}"
|
[[ -d "/opt/homebrew/opt/gnu-getopt/bin" ]] && export PATH="/opt/homebrew/opt/gnu-getopt/bin:${PATH}"
|
||||||
|
|
||||||
|
# Fix nix inbetween systemupdates
|
||||||
|
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
|
||||||
{%@@ endif @@%}
|
{%@@ endif @@%}
|
||||||
|
|
||||||
# Functions (or more complex aliases)
|
# Functions (or more complex aliases)
|
||||||
|
|
Loading…
Reference in a new issue