Use fish-friendly brew shellenv
parent
be5c031895
commit
debb0dfea7
|
@ -4,7 +4,7 @@ let
|
||||||
caskPresent = cask: lib.any (x: x.name == cask) config.homebrew.casks;
|
caskPresent = cask: lib.any (x: x.name == cask) config.homebrew.casks;
|
||||||
in {
|
in {
|
||||||
environment.shellInit = ''
|
environment.shellInit = ''
|
||||||
eval "$(${config.homebrew.brewPrefix}/brew shellenv)"
|
eval "$(${config.homebrew.brewPrefix}/brew shellenv fish)"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# https://docs.brew.sh/Shell-Completion#configuring-completions-in-fish
|
# https://docs.brew.sh/Shell-Completion#configuring-completions-in-fish
|
||||||
|
|
Loading…
Reference in New Issue