From 412869ec6cc77d48b37c25c31d464855b2f8f259 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Fri, 17 Mar 2023 19:36:15 +0100 Subject: [PATCH] New fish abbr --- home/modules/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/fish.nix b/home/modules/fish.nix index 3198d5c4..e558a270 100644 --- a/home/modules/fish.nix +++ b/home/modules/fish.nix @@ -48,6 +48,7 @@ in { # tools cd = "z"; # zoxide for quickjump to previously visited locations + b = "z -"; # jump to previous dir mkdir = "mkdir -p"; # also create parents (-p) blk = batify "lsblk -o NAME,LABEL,UUID,FSTYPE,SIZE,FSUSE%,MOUNTPOINT,MODEL"; grep = "grep --color=auto -E"; # grep with extended regex