Compare commits

..

4 commits

Author SHA1 Message Date
Tao Tien
2b5d1aaf51 for mommy 2026-04-02 18:46:23 -07:00
Tao Tien
0d4edc42c4 remove vy cruft 2026-04-02 18:46:23 -07:00
Tao Tien
f91e1e3d57 bump 2026-04-02 2026-04-02 18:46:23 -07:00
Tao Tien
e274f0da0a nushell refactoring 2026-04-02 18:46:23 -07:00
2 changed files with 4 additions and 1 deletions

View file

@ -40,7 +40,7 @@ in {
source = ./nushell/extras;
recursive = true;
};
home.file.".config/nushell/completions" = {
home.file.".local/nushell/completions" = {
source = ./nushell/completions;
recursive = true;
};

View file

@ -10,6 +10,9 @@ use nix.nu *
use stuff.nu *
use tailscale.nu *
source completions-jj.nu
source completions-just.nu
# External completer example
# let carapace_completer = {|spans|
# carapace $spans.0 nushell ...$spans | from json