From 0b4a85c596831b8140e053afac76f3ee1ecc7ec5 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Mon, 19 Jun 2023 18:55:30 +0200 Subject: [PATCH] nushell: Add cat = bat alias --- tree/.config/nushell/config.nu | 1 + 1 file changed, 1 insertion(+) diff --git a/tree/.config/nushell/config.nu b/tree/.config/nushell/config.nu index 668c710..f755618 100644 --- a/tree/.config/nushell/config.nu +++ b/tree/.config/nushell/config.nu @@ -538,6 +538,7 @@ let-env config = { #alias ls = exa alias grep = rg alias find = fd +alias cat = bat alias e = nvim alias gd = git diff alias ga = git add