We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5168254 commit ea44433Copy full SHA for ea44433
USAGE.md
@@ -109,7 +109,7 @@ tinty_source_shell_theme() {
109
while read -r script; do
110
# shellcheck disable=SC1090
111
. "$script"
112
- done < <(find "$tinty_data_dir" -maxdepth 1 -type f -name "*.sh" -newer "$newer_file")
+ done < <(find "$tinty_data_dir" -maxdepth 1 -type f -o -type l -name "*.sh" -newer "$newer_file")
113
114
unset tinty_data_dir
115
fi
0 commit comments