mirror of
https://github.com/jimeh/dotify.git
synced 2026-02-19 10:06:39 +00:00
Execute compiled dotfile
...instead of just echoing it for debugging purposes.
This commit is contained in:
@@ -4,6 +4,6 @@ execute-dotfile() {
|
||||
locate-target
|
||||
if [ "$?" != "0" ]; then return 1; fi
|
||||
|
||||
echo "$dotfile_source"
|
||||
eval "$dotfile_source"
|
||||
return $?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user