diff options
| -rw-r--r-- | modules/home-manager/shell.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index f1d5b61..0bcfb68 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -7,12 +7,12 @@ extraConfig = '' source ~/.cache/starship/init.nu - source ${nushell-scripts}/custom-completions/pass/pass-completions.nu * - source ${nushell-scripts}/custom-completions/nix/nix-completions.nu * - source ${nushell-scripts}/custom-completions/man/man-completions.nu * - source ${nushell-scripts}/custom-completions/cargo/cargo-completions.nu * - source ${nushell-scripts}/custom-completions/make/make-completions.nu * - source ${nushell-scripts}/custom-completions/git/git-completions.nu * + source ${nushell-scripts}/custom-completions/pass/pass-completions.nu + source ${nushell-scripts}/custom-completions/nix/nix-completions.nu + source ${nushell-scripts}/custom-completions/man/man-completions.nu + source ${nushell-scripts}/custom-completions/cargo/cargo-completions.nu + source ${nushell-scripts}/custom-completions/make/make-completions.nu + source ${nushell-scripts}/custom-completions/git/git-completions.nu ''; }; } |
