shellOptions: misc

- add alias for dig
- rename commands with incompatible flags to have an 'x' suffix
This commit is contained in:
Oystein Kristoffer Tveit 2023-02-25 17:53:13 +01:00
parent 45497aea2b
commit 579909afa3
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 4 additions and 4 deletions

View File

@ -83,11 +83,11 @@ in rec {
htop = "${bottom}/bin/btm";
hhtop = "${htop}/bin/htop";
# This is potentially dangerous, as procs flags are totally different
ps = "${procs}/bin/procs";
dig = "${dog}/bin/dog";
# Find flags are so different that I've renamed fd to fin for time being
fin = "${fd}/bin/fd";
# Flags are incompatible, so they are suffixed by -x
psx = "${procs}/bin/procs";
findx = "${fd}/bin/fd";
ag="${ripgrep}/bin/rg";