shellOptions: misc
- add alias for dig - rename commands with incompatible flags to have an 'x' suffix
This commit is contained in:
parent
45497aea2b
commit
579909afa3
|
@ -83,11 +83,11 @@ in rec {
|
||||||
htop = "${bottom}/bin/btm";
|
htop = "${bottom}/bin/btm";
|
||||||
hhtop = "${htop}/bin/htop";
|
hhtop = "${htop}/bin/htop";
|
||||||
|
|
||||||
# This is potentially dangerous, as procs flags are totally different
|
dig = "${dog}/bin/dog";
|
||||||
ps = "${procs}/bin/procs";
|
|
||||||
|
|
||||||
# Find flags are so different that I've renamed fd to fin for time being
|
# Flags are incompatible, so they are suffixed by -x
|
||||||
fin = "${fd}/bin/fd";
|
psx = "${procs}/bin/procs";
|
||||||
|
findx = "${fd}/bin/fd";
|
||||||
|
|
||||||
ag="${ripgrep}/bin/rg";
|
ag="${ripgrep}/bin/rg";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue