summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-05-06 19:20:58 -0400
committerJune McEnroe <june@causal.agency>2020-05-06 19:20:58 -0400
commitffffc2ae1d8279eb65d37ffa9d9e413d5b324afa (patch)
tree65c06ac15ee2e3cd1078cba087df68eb510b09e0 /home
parentAdd plans (diff)
downloadsrc-ffffc2ae1d8279eb65d37ffa9d9e413d5b324afa.tar.gz
src-ffffc2ae1d8279eb65d37ffa9d9e413d5b324afa.zip
Remove bman function
I've got exman now!
Diffstat (limited to 'home')
-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
2020-09-04Open /dev/tty in nudgeJune McEnroe This makes it work even when it's run connected to a pipe, i.e. as the notify command of catgirl... 2020-09-04Add nudgeJune McEnroe 2020-09-03Build fbclock with -lzJune McEnroe I guess this got lost somewhere, long ago... 2020-08-29Add tweets from retweetsJune McEnroe