shell: add `r` alias (read)
Alan Pearce alan@alanpearce.eu
Sat, 26 Aug 2023 13:56:09 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M user/settings/shell.nix → user/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";