From 579909afa3f728e811764bf959ce2c433ac896a3 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 25 Feb 2023 17:53:13 +0100 Subject: [PATCH] shellOptions: misc - add alias for dig - rename commands with incompatible flags to have an 'x' suffix --- home/shellOptions.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/shellOptions.nix b/home/shellOptions.nix index 471d5e2..ddc6b25 100644 --- a/home/shellOptions.nix +++ b/home/shellOptions.nix @@ -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";