shell: add `r` alias (read)
1 file changed, 1 insertion(+), 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";