mirror of
https://github.com/jimeh/dotify.git
synced 2026-02-19 10:06:39 +00:00
6 lines
96 B
Bash
6 lines
96 B
Bash
dotify-has-action() {
|
|
if [[ " ${DOTIFY_ACTIONS[@]} " != *" $1 "* ]]; then
|
|
return 1
|
|
fi
|
|
}
|