shell: make `r` not read a file
Alan Pearce alan@alanpearce.eu
Thu, 11 Apr 2024 12:12:18 +0200
1 files changed, 0 insertions(+), 1 deletions(-)
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";