summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-22 20:04:02 -0500
committerJune McEnroe <june@causal.agency>2019-11-22 20:04:02 -0500
commit46179c0c151061ad51496e08f615ecc1988d3044 (patch)
tree4da40044ee8edf5aec986760da94c2c3714a4692 /home
parentRemove Linux aliases from .shrc (diff)
downloadsrc-46179c0c151061ad51496e08f615ecc1988d3044.tar.gz
src-46179c0c151061ad51496e08f615ecc1988d3044.zip
Add bman alias for FreeBSD man pages
Diffstat (limited to 'home')
-rw-r--r--home/.shrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.shrc b/home/.shrc
index c863c337..45b2fe62 100644
--- a/home/.shrc
+++ b/home/.shrc
@@ -16,6 +16,7 @@ alias gp='git push' gu='git pull' gf='git fetch'
 alias gr='git rebase' gra='gr --abort' grc='gr --continue' grs='gr --skip'
 alias rand='openssl rand -base64 33'
 alias private='eval "$(gpg -d ~/.private)"'
+bman() { ssh ${freebsd:-monday} man "$@" | sh -c "$MANPAGER"; }
 
 PS0=$'\n'
 PS1='\$ '