1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-07-29 21:27:47 +00:00
nu_scripts/aliases
Sandyandi N. dela Cruz ba9a4c1cac
Enhance gwta (#1143)
Allow automatic association to an existing branch or creation of new
branch with `gwta` when 2nd positional parameter (`branch`) is omitted.
2025-07-17 06:53:13 -05:00
..
bat Fix typo in bat aliases (#684) 2023-12-02 15:40:40 -06:00
chezmoi Add chezmoi aliases (#788) 2024-03-12 10:55:37 -05:00
docker feat: add docker aliases (#861) 2024-06-03 06:38:38 -05:00
exa Fix: remaining aliases (#495) 2023-05-16 08:56:31 -05:00
eza Add eza aliases (#591) 2023-09-07 08:36:19 -05:00
git Enhance gwta (#1143) 2025-07-17 06:53:13 -05:00
README.md Fix: remaining aliases (#495) 2023-05-16 08:56:31 -05:00

Custom aliases

This current directory provides custom aliases. They can be used by importing their exported aliases via:

use path/to/<command>/<command>-aliases.nu *

With path/to/<command> being either the relative path of the file to your current working directory or its absolute path.