From b2d2029f2bb99a4671c4d968d36c15360bf5af09 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 26 Aug 2023 13:56:09 +0200 Subject: shell: add `r` alias (read) --- user/settings/shell.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'user/settings/shell.nix') diff --git a/user/settings/shell.nix b/user/settings/shell.nix index 33332294..0f31a632 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -43,6 +43,7 @@ in sudo = "sudo "; watch = "watch "; + r = "bat --plain"; e = "$EDITOR"; se = "sudo -e"; -- cgit 1.4.1