bin/just

changeset 1107
c6d7ac40bd3c
parent 1106
902c7d44ab23
child 1108
8f5cf4eb7f66
deleted file mode 100755
--- a/bin/just
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-set -eu
-
-install_it() {
-  mkdir -p ~/.local/bin
-  cd ~/.local/bin
-  curl -fsSL 'https://bina.egoist.dev/casey/just?dir=.' | sh
-  cd -
-  # cargo install just
-}
-
-# This can probably be removed next time you look here
-export JUST_CHOOSER="fzf --preview 'just --show {}'"
-
-. ~/.lib/sh/stubexec.sh

mercurial