Lots: Initial support for desktop usage, various bugfixes

This commit is contained in:
2018-07-31 19:33:48 -05:00
parent ff85787090
commit 831bef75e1
6 changed files with 21 additions and 31 deletions

View File

@@ -31,9 +31,9 @@ if [[ "$PATH" != "*$HOME/.local/bin*" ]]; then
fi
## Load device-specific scripts
if [[ -x ".config/dtfscripts/$(hostname).rc" ]]; then
printf "[INFO] Sourcing .config/dtfscripts/$(hostname).rc\n"
source .config/dtfscripts/$(hostname).rc
if [[ -x "$HOME/.config/dtfscripts/$(hostname).rc" ]]; then
printf "[INFO] Sourcing ~/.config/dtfscripts/$(hostname).rc\n"
source $HOME/.config/dtfscripts/$(hostname).rc
fi
printf "[INFO] Performing simple configuration\n"