Lots: Initial support for desktop usage, various bugfixes
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user