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
commit4af740103f59f9cb3a7d5c0fdedcf156e8e5f10a (patch)
tree482ec2e18e8bfd0bea6011bdeaa9fdfc2088334d /home
parentPledge downgrade (diff)
downloadsrc-4af740103f59f9cb3a7d5c0fdedcf156e8e5f10a.tar.gz
src-4af740103f59f9cb3a7d5c0fdedcf156e8e5f10a.zip
Revert "Add cat alias using less"
This reverts commit 8e3eea73f069cdbbc16da14e48a44d610dd07a07.

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=:
t'>Move nethack options to envJune McEnroe 2017-08-17Remove scala syntax fileJune McEnroe 2017-08-06Add wakeJune McEnroe That payload can appear anywhere within an ethernet frame. Wake-on-LAN is funny. 2017-08-04Use $() in install.shJune McEnroe Something gave me the impression that sh did not like this, but it's specified by POSIX. 2017-08-02Create Code Tarmak 3 layoutJune McEnroe 2017-07-31Add tupJune McEnroe 2017-07-31Use designated initializer for hnel tableJune McEnroe I did not know this syntax worked! 2017-07-30Add juneJune McEnroe 2017-07-30Play nethack as ValkyrieJune McEnroe 2017-07-28Add toggle to hnelJune McEnroe 2017-07-28Install slJune McEnroe 2017-07-25Add up, supJune McEnroe 2017-07-24Autopickup ringsJune McEnroe 2017-07-24Name dogJune McEnroe 2017-07-23Add nethackrcJune McEnroe 2017-07-23Remove useless setuid in briJune McEnroe Don't you think it would be better if the setuid bit only gave you permission to do it and didn't do it for you? 2017-07-23Clean up hnel a tiny bitJune McEnroe 2017-07-21Set window size in hnelJune McEnroe 2017-07-21Add hnelJune McEnroe 2017-07-19chmod 600 in dtchJune McEnroe