all repos — nixfiles @ b2d2029f2bb99a4671c4d968d36c15360bf5af09

System and user configuration, managed by nix and home-manager

shell: add `r` alias (read)

Alan Pearce
commit

b2d2029f2bb99a4671c4d968d36c15360bf5af09

parent

ad4af2f233f19df7f916689d44f8d79180dcda14

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M user/settings/shell.nixuser/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";