nu_scripts/aliases
fnuttens 93c8ea20d7
Add git aliases (#660)
- gbm: rename branch
- gbmc: rename current branch
- gbsn/gbso: bisect new/old
- gfa: fetch and prune all remote
- glod~glols: pretty logs
- gshs: show commit message
- gsta: create stash
2023-11-09 06:29:41 -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 Add git aliases (#660) 2023-11-09 06:29:41 -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.