summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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=:
tJune McEnroe 2018-03-31Generate Terminal.app color schemeJune McEnroe Colors still very much WIP, but coming along. 2018-03-31Generate basic ANSI color schemeJune McEnroe 2018-03-31Add hex output to schemeJune McEnroe 2018-03-31Add color scheme PNG generatorJune McEnroe 2018-03-31Simplify gfxx palette generationJune McEnroe 2018-03-31Switch to HSV for gfxx palette generationJune McEnroe 2018-03-30Generate default palette in gfxxJune McEnroe 2018-03-30Ignore build and cloneJune McEnroe 2018-03-30Set g:clipboard to pb{copy,paste} alwaysJune McEnroe Previously neovim would use these automatically if it found them, but now it only checks for them on macOS. pbd continues to work well. 2018-03-28Add d-_-b crateJune McEnroe