Skip to content

Commit ab30218

Browse files
committed
Adjustments - 2 (zsh)
1 parent 2ecba02 commit ab30218

File tree

4 files changed

+120
-1211
lines changed

4 files changed

+120
-1211
lines changed

dotfiles/bash/hhsrc.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ echo -e "HomeSetup is starting: $(date)\n" >"${HHS_LOG_FILE}"
123123
# Source the bash common functions. Logs are available below here.
124124
source "${HHS_HOME}/dotfiles/bash/bash_commons.bash"
125125

126+
# -----------------------------------------------------------------------------------
126127
# Initialization setup (homesetup.toml).
127128
if [[ ! -s "${HHS_SETUP_FILE}" ]]; then
128129
__hhs_log "WARN" "HomeSetup initialization file '${HHS_SETUP_FILE}' was not found. Using defaults."

0 commit comments

Comments
 (0)