mirror of
https://github.com/jimeh/dotify.git
synced 2026-02-19 10:06:39 +00:00
6 lines
75 B
Bash
6 lines
75 B
Bash
dotify-clean() {
|
|
DOTIFY_RUN_MODE="clean"
|
|
execute-dotfile
|
|
return $?
|
|
}
|