fixes uname
This commit is contained in:
parent
7dce49cb2b
commit
53bc2a4a78
1 changed files with 1 additions and 3 deletions
|
|
@ -175,12 +175,10 @@
|
|||
end
|
||||
'';
|
||||
setup_path = /* fish */ ''
|
||||
set -l os uname
|
||||
|
||||
fish_add_path /run/wrappers/bin
|
||||
fish_add_path /run/current-system/sw/bin
|
||||
|
||||
if test "$os" = "Darwin"
|
||||
if test "$(uname)" = "Darwin"
|
||||
fish_add_path /nix/var/nix/profiles/default/bin
|
||||
setup_homebrew
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue