diff --git a/home/dotfiles/profile b/home/dotfiles/profile index 8a01f2e..989fadc 100644 --- a/home/dotfiles/profile +++ b/home/dotfiles/profile @@ -254,7 +254,8 @@ if [ $PROFILE_CUSTOM -gt 0 ]; then log "Checking if local profile code exists at ~/.local_profile..." if [ -f ~/.local_profile ]; then log "Exists, loading." - source ~/.local_profile + # shellcheck source=/dev/null + . ~/.local_profile else log "Does not exist, skipping." fi