feat: add useful nushell scripts - auto-completion

This commit is contained in:
Ryan Yin
2023-07-29 20:36:19 +08:00
parent 189a3a4689
commit c472654934
5 changed files with 42 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
{config, ...}: let
{config, nushell-scripts, ...}: let
d = config.xdg.dataHome;
c = config.xdg.configHome;
cache = config.xdg.cacheHome;