X-Git-Url: https://njoseph.me/gitweb/babashka-scripts.git/blobdiff_plain/ead73d37568631a52a3759179a8fde48939d4afa..57e618f2b43f69a280d1e73cb06cb470bec24e56:/README.md diff --git a/README.md b/README.md index a5c24b4..9986907 100644 --- a/README.md +++ b/README.md @@ -28,14 +28,6 @@ Some useful aliases and functions. ``` sh alias gup="bb -e '(git-pull-rebase-branch)'" alias bbr="rlwrap bb --repl" - -function bb-wrap { - expr="($1 \"$2\")" - bb -e $expr -} - -alias install-deb="bb-wrap install-deb" -alias install-deb-gh="bb-wrap install-deb-from-GitHub" ``` ## Organization