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 2ecba02 commit ab30218Copy full SHA for ab30218
dotfiles/bash/hhsrc.bash
@@ -123,6 +123,7 @@ echo -e "HomeSetup is starting: $(date)\n" >"${HHS_LOG_FILE}"
123
# Source the bash common functions. Logs are available below here.
124
source "${HHS_HOME}/dotfiles/bash/bash_commons.bash"
125
126
+# -----------------------------------------------------------------------------------
127
# Initialization setup (homesetup.toml).
128
if [[ ! -s "${HHS_SETUP_FILE}" ]]; then
129
__hhs_log "WARN" "HomeSetup initialization file '${HHS_SETUP_FILE}' was not found. Using defaults."
0 commit comments