summary refs log tree commit diff stats
path: root/user/settings/shell.nix
diff options
context:
space:
mode:
authorAlan Pearce2023-08-26 13:56:09 +0200
committerAlan Pearce2023-08-26 13:56:09 +0200
commitb2d2029f2bb99a4671c4d968d36c15360bf5af09 (patch)
tree980fc33725105f45e2af2851fa9540e9b8db05f0 /user/settings/shell.nix
parentad4af2f233f19df7f916689d44f8d79180dcda14 (diff)
downloadnixfiles-b2d2029f2bb99a4671c4d968d36c15360bf5af09.tar.lz
nixfiles-b2d2029f2bb99a4671c4d968d36c15360bf5af09.tar.zst
nixfiles-b2d2029f2bb99a4671c4d968d36c15360bf5af09.zip
shell: add `r` alias (read)
Diffstat (limited to 'user/settings/shell.nix')
-rw-r--r--user/settings/shell.nix1
1 files changed, 1 insertions, 0 deletions
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";