run named sessions with list, for sup among others
This commit is contained in:
parent
d518c5923d
commit
7fc215f920
3
config/fish/functions/sup.fish
Normal file
3
config/fish/functions/sup.fish
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
function sup
|
||||||
|
exec rvm 2.3.3 do sup
|
||||||
|
end
|
@ -13,7 +13,7 @@ if test "$result" = "other"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
list) if abduco | grep -q "$result"; then exec st -e /usr/bin/abduco -a "$result"; fi ;;
|
list) exec st -e /usr/bin/abduco -A "$result" ;;
|
||||||
watch) result="watch $result" ;&
|
watch) result="watch $result" ;&
|
||||||
run) exec st -e /usr/bin/abduco -A "$result" $result ;;
|
run) exec st -e /usr/bin/abduco -A "$result" $result ;;
|
||||||
esac
|
esac
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
exec rvm 2.3.3 do sup
|
|
Loading…
Reference in New Issue
Block a user