mirror of
https://github.com/jimeh/dotify.git
synced 2026-02-19 10:06:39 +00:00
Massive restructuring code-base
This commit is contained in:
5
src/lib/internals/has-action.sh
Normal file
5
src/lib/internals/has-action.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
dotify-has-action() {
|
||||
if [[ " ${DOTIFY_ACTIONS[@]} " != *" $1 "* ]]; then
|
||||
return 1
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user