• Mark Feltner's avatar
    fix(tools/check_for_upgrade): Don't source profile · 83553597
    Mark Feltner authored
    Reverts #2296, but mostly #1883.
    
    There is no need to source ~/.profile when this script is read. oh-my-zsh writes no configuration data in ~/.profile.
    
    If the user wishes to use data within ~/.profile, then they should source it in another place.
    
    Fixes #2315
    83553597
check_for_upgrade.sh 1.15 KB