From 3dd1e437ee2e8da87266a8f625ebfcbb577d76a2 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Tue, 28 Nov 2023 07:05:11 -0700 Subject: removing asterisk should solve Error: nu::parser::extra_positional I don't know why that was ever there in the first place --- modules/home-manager/shell.nix | 12 ++++++------ 1 file 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 ''; }; } -- cgit v1.2.3