summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--home/.shrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/home/.shrc b/home/.shrc
index 26184376..00c4b2ba 100644
--- a/home/.shrc
+++ b/home/.shrc
@@ -15,7 +15,6 @@ alias gc='git commit' gca='gc --amend' gt='git tag'
 alias gp='git push' gu='git pull' gf='git fetch'
 alias rand='openssl rand -base64 33'
 alias private='eval "$(gpg -d ~/.private)"'
-bman() { ssh ${freebsd:-monday} man "$@" | sh -c "$MANPAGER"; }
 
 cd() {
 	if [ $# -eq 0 ]; then
n title='2020-12-14 23:14:15 -0500'>2020-12-14Update to man-pages 5.09June McEnroe 2020-12-14Update to FreeBSD 12.2June McEnroe 2020-06-08Update to OpenBSD 6.7June McEnroe 2020-05-04Add hack for macOS to search extra man sectionsJune McEnroe 2020-05-04Don't clear MANSECTJune McEnroe