summaryrefslogtreecommitdiff
path: root/Biz/Ide/ns
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-02-09 18:20:21 -0500
committerBen Sima <ben@bsima.me>2022-02-09 18:20:21 -0500
commit648dc18aa15fb8e25d8d0a0f06e2be8f1a222ac5 (patch)
tree5db6e403037dfd21b43c95a32c43bee501342296 /Biz/Ide/ns
parentf57b987ce66957a86baa846a813d5d3ddee6c6db (diff)
Use fzf-tmux and add hoog.sh to ghci
Diffstat (limited to 'Biz/Ide/ns')
-rwxr-xr-xBiz/Ide/ns4
1 files changed, 2 insertions, 2 deletions
diff --git a/Biz/Ide/ns b/Biz/Ide/ns
index aa4beac..c1db77b 100755
--- a/Biz/Ide/ns
+++ b/Biz/Ide/ns
@@ -2,12 +2,12 @@
##
if [[ $NOUN == "" ]]
then
- export NOUN=$(fd --exclude=_ -t f . $BIZ_ROOT | fzf)
+ export NOUN=$(fd --exclude=_ -t f . $BIZ_ROOT | fzf-tmux)
fi
##
if [[ $VERB == "" ]]
then
- export VERB=$(fzf <<< $(sed 's/ /\n/g' <<< "edit bild push ship lint"))
+ export VERB=$(fzf-tmux <<< $(sed 's/ /\n/g' <<< "edit bild push ship lint"))
fi
##
$VERB $NOUN