You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic to guess whether to use `.bash_profile` or `.bashrc` was buggy and wrong. Just use `.bashrc` and either automatically fill in a `.bash_profile`, or notify the user that they need to edit their `.bash_profile`.
printf'\e[0;33m%s\n\t%s\n\t\t%s\n\t%s\n\t%s\n\t\t%s\n\t%s\n\e[0m'"You may need to update your ~/.bash_profile (or ~/.profile) to source your ~/.bashrc:""${profile_strings[@]}"
82
+
fi
77
83
echo -e "\033[0;32mBash-it template has been added to your $CONFIG_FILE\033[0m"
0 commit comments