zoxide: remove obsolete workaround
Since version 9.3, zoxide has updated its nusehll init script to work with the latest version of nushell.
This commit is contained in:
parent
9de3aab091
commit
0c73c1b8da
1 changed files with 0 additions and 2 deletions
|
@ -87,8 +87,6 @@ in {
|
||||||
mkdir $zoxide_cache
|
mkdir $zoxide_cache
|
||||||
}
|
}
|
||||||
${cfg.package}/bin/zoxide init nushell ${cfgOptions} |
|
${cfg.package}/bin/zoxide init nushell ${cfgOptions} |
|
||||||
str replace "def-env" "def --env" --all | # https://github.com/ajeetdsouza/zoxide/pull/632
|
|
||||||
str replace --all "-- $rest" "-- ...$rest" |
|
|
||||||
save --force ${config.xdg.cacheHome}/zoxide/init.nu
|
save --force ${config.xdg.cacheHome}/zoxide/init.nu
|
||||||
'';
|
'';
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
Loading…
Reference in a new issue