diff options
author | June McEnroe <june@causal.agency> | 2020-05-06 19:20:58 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-05-06 19:20:58 -0400 |
commit | b64e55f59b83b2f5c7cfe4c4539b581767217363 (patch) | |
tree | 1a10b006aa2cfcf7658db4864efa7c2f3bcfc7c5 | |
parent | Add plans (diff) | |
download | src-b64e55f59b83b2f5c7cfe4c4539b581767217363.tar.gz src-b64e55f59b83b2f5c7cfe4c4539b581767217363.zip |
Remove bman function
I've got exman now!
-rw-r--r-- | home/.shrc | 1 |
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 |