shell: make `r` not read a file
1 file changed, 0 insertions(+), 1 deletion(-)
jump to
M user/settings/shell.nix → user/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";