mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 21:29:48 +01:00
starship: use use
instead of source
for nushell
For starship v1.16 onwards this is the upstream-recommended method.
This commit is contained in:
parent
92d368d971
commit
c20a5caba2
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ in {
|
||||||
${starshipCmd} init nu | save --force ${config.xdg.cacheHome}/starship/init.nu
|
${starshipCmd} init nu | save --force ${config.xdg.cacheHome}/starship/init.nu
|
||||||
'';
|
'';
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
source ${config.xdg.cacheHome}/starship/init.nu
|
use ${config.xdg.cacheHome}/starship/init.nu
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue