diff options
author | Alan Pearce | 2023-08-26 13:56:09 +0200 |
---|---|---|
committer | Alan Pearce | 2023-08-26 13:56:09 +0200 |
commit | b2d2029f2bb99a4671c4d968d36c15360bf5af09 (patch) | |
tree | 980fc33725105f45e2af2851fa9540e9b8db05f0 | |
parent | ad4af2f233f19df7f916689d44f8d79180dcda14 (diff) | |
download | nixfiles-b2d2029f2bb99a4671c4d968d36c15360bf5af09.tar.lz nixfiles-b2d2029f2bb99a4671c4d968d36c15360bf5af09.tar.zst nixfiles-b2d2029f2bb99a4671c4d968d36c15360bf5af09.zip |
shell: add `r` alias (read)
-rw-r--r-- | user/settings/shell.nix | 1 |
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"; |