summaryrefslogtreecommitdiff
path: root/Biz/Ide/ns
diff options
context:
space:
mode:
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