all repos — nixfiles @ aec2d4552b556238de96aa8b7ae911a9c57ae61a

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

shell: make `r` not read a file

Alan Pearce
commit

aec2d4552b556238de96aa8b7ae911a9c57ae61a

parent

49a634a2bde3e0be354d575e1c0ad04a8cc165d9

1 file changed, 0 insertions(+), 1 deletion(-)

jump to
M user/settings/shell.nixuser/settings/shell.nix
@@ -50,7 +50,6 @@ # Enable the following commands to support aliases.
sudo = "sudo "; watch = "watch "; - r = "bat --plain"; e = "$EDITOR"; se = "sudo -e";