Skip to content

Commit ea44433

Browse files
authored
Update usage instructions to source hooks (#127)
1 parent 5168254 commit ea44433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ tinty_source_shell_theme() {
109109
while read -r script; do
110110
# shellcheck disable=SC1090
111111
. "$script"
112-
done < <(find "$tinty_data_dir" -maxdepth 1 -type f -name "*.sh" -newer "$newer_file")
112+
done < <(find "$tinty_data_dir" -maxdepth 1 -type f -o -type l -name "*.sh" -newer "$newer_file")
113113

114114
unset tinty_data_dir
115115
fi

0 commit comments

Comments
 (0)