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:
parent
f9791ff888
commit
eb03e6ef9d
3 changed files with 15 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue