mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
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
|
||||
}
|
||||
${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
|
||||
'';
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Reference in a new issue