all repos — nixfiles @ aec2d4552b556238de96aa8b7ae911a9c57ae61a

System and user configuration, managed by nix and home-manager

shell: make `r` not read a file
Alan Pearce alan@alanpearce.eu
Thu, 11 Apr 2024 12:12:18 +0200
commit

aec2d4552b556238de96aa8b7ae911a9c57ae61a

parent

49a634a2bde3e0be354d575e1c0ad04a8cc165d9

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M user/settings/shell.nixuser/settings/shell.nix
@@ -50,7 +50,6 @@ # Enable the following commands to support aliases.       sudo = "sudo ";
       watch = "watch ";
 
-      r = "bat --plain";
       e = "$EDITOR";
       se = "sudo -e";