1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-10 02:30:29 +01:00

shell: add aliases

This commit is contained in:
TheGeneralist 2026-01-21 21:27:59 +01:00
parent f9791ff888
commit eb03e6ef9d
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
3 changed files with 15 additions and 1 deletions

View file

@ -21,6 +21,7 @@
vi = "vim";
vim = "nvim";
# Utilities
ff = "fastfetch --load-config examples/10.jsonc";
g = "glimpse --interactive -o both -f llm.md";
@ -56,5 +57,8 @@
rb = "nh darwin switch . -- --extra-experimental-features \"nix-command pipe-operators\"";
rbc = "nh darwin switch . -- --extra-experimental-features \"nix-command pipe-operators\" --option extra-substituters \"\"";
rebuild = "${../../../rebuild.nu}";
# LLM agent helper - run nushell with user config
nuc = "nu --config ${./0_nushell.nu} --execute";
};
}