DSK: Updates and code cleanup

This commit is contained in:
2018-11-22 02:46:45 -06:00
parent 71fe350344
commit 41b8b8286a
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#! /usr/bin/env bash
[ -r ~/.Xresources ] && xrdb ~/.Xresources
for file in $XDG_CONFIG_HOME/xrdb/*.xresources; do
for file in "$XDG_CONFIG_HOME"/xrdb/*.xresources; do
[ -r "$file" ] && xrdb -merge "$file"
done