diff options
-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"; |