mirror of
https://github.com/denisidoro/navi.git
synced 2026-07-30 05:20:12 +00:00
7 lines
111 B
Bash
Executable file
7 lines
111 B
Bash
Executable file
#!/bin/bash
|
|
|
|
case "${snippet:-}" in
|
|
*docker*|*osascript*|*Finder*|*open*) exit 0 ;;
|
|
esac
|
|
|
|
printf "terminal"
|