From dd0cccf8bfc1b060da18d07b728527e9b3f0a04f Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 25 Sep 2021 12:45:23 -0400 Subject: Revert "Add cat alias using less" This reverts commit a64c3653d5df5e823fcdd07a540e240283816683. Yeah this really doesn't work on OpenBSD. I kind of got into the habit of explicitly running less anyway. --- home/.shrc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'home') diff --git a/home/.shrc b/home/.shrc index fb474b98..7f4d08dc 100644 --- a/home/.shrc +++ b/home/.shrc @@ -18,14 +18,6 @@ alias rand='openssl rand -base64 33' alias private='eval "$(gpg -d ~/.private)"' command -v doas >/dev/null && alias sudo=doas -cat() { - if [ $# -eq 1 ] && test -t 1; then - less "$@" - else - command cat "$@" - fi -} - man() { test $# -ne 1 && { command man "$@"; return $?; } (IFS=: -- cgit 1.4.1