summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-25 12:45:23 -0400
committerJune McEnroe <june@causal.agency>2021-09-25 12:45:23 -0400
commitdd0cccf8bfc1b060da18d07b728527e9b3f0a04f (patch)
treea3b8d32e2f70f87baae37d57df15f5279802e8fd /home
parentPledge downgrade (diff)
downloadsrc-dd0cccf8bfc1b060da18d07b728527e9b3f0a04f.tar.gz
src-dd0cccf8bfc1b060da18d07b728527e9b3f0a04f.zip
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.
Diffstat (limited to 'home')
-rw-r--r--home/.shrc8
1 files changed, 0 insertions, 8 deletions
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=: