Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
windowsrefund committed Sep 25, 2024
1 parent bd4091c commit e87c7b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ tinty_source_shell_theme() {
tinty_data_dir="${XDG_DATA_HOME:-$HOME/.local/share}/tinted-theming/tinty"

while read -r script; do
# shellcheck disable=SC1090
. "$script"
# shellcheck disable=SC1090
. "$script"
done < <(find "$tinty_data_dir" -maxdepth 1 -type f -name "*.sh" -newer "$newer_file")

unset tinty_data_dir
Expand Down

0 comments on commit e87c7b9

Please sign in to comment.