mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 13: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
|
||||
[[ -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 @@%}
|
||||
|
||||
# Functions (or more complex aliases)
|
||||
|
|
Loading…
Reference in a new issue