all repos — nixfiles @ b2d2029f2bb99a4671c4d968d36c15360bf5af09

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

shell: add `r` alias (read)
Alan Pearce alan@alanpearce.eu
Sat, 26 Aug 2023 13:56:09 +0200
commit

b2d2029f2bb99a4671c4d968d36c15360bf5af09

parent

ad4af2f233f19df7f916689d44f8d79180dcda14

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

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