From aec2d4552b556238de96aa8b7ae911a9c57ae61a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 11 Apr 2024 12:12:18 +0200 Subject: shell: make `r` not read a file --- user/settings/shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/user/settings/shell.nix b/user/settings/shell.nix index b0597074..70f88be3 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -50,7 +50,6 @@ in sudo = "sudo "; watch = "watch "; - r = "bat --plain"; e = "$EDITOR"; se = "sudo -e"; -- cgit 1.4.1