nu_scripts/aliases
Robbie Nohra c4db8e6dee
fix: missing regex flag (#712)
- `str replace` for git main branch alias is missing regex flag
- also missing removal of leading white space
2023-12-22 08:53:54 -06:00
..
bat Fix typo in bat aliases (#684) 2023-12-02 15:40:40 -06: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 fix: missing regex flag (#712) 2023-12-22 08:53:54 -06: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.