Compare commits
No commits in common. "2e223c5e28a8614f180e899d20a462f8107a26fe" and "af13e2c3a48d810d2a7ec6e586b5ea694150182b" have entirely different histories.
2e223c5e28
...
af13e2c3a4
@ -597,13 +597,13 @@
|
||||
alias freeze="kill-system"
|
||||
alias system-killer="kill-system"
|
||||
function_update_sdks: |
|
||||
if [[ "$coding" == "true" ]]; then
|
||||
if [[ "{{ coding }}" == "true" ]]; then
|
||||
function update-sdks {
|
||||
echo -e "******* Update SDKs *******\n*** Android ***"
|
||||
yes | sdkmanager --update
|
||||
yes | sdkmanager --licenses
|
||||
|
||||
echo -e "\n*** Flutter ***"
|
||||
echo "\n*** Flutter ***"
|
||||
flutter upgrade
|
||||
yes | flutter doctor --android-licenses
|
||||
|
||||
@ -618,11 +618,6 @@
|
||||
rc_common: |
|
||||
# Fixes "command not found" when using aliases within functions.
|
||||
shopt -s expand_aliases
|
||||
|
||||
# Variables for conditionals
|
||||
typeset -l coding
|
||||
export coding="{{ coding }}"
|
||||
|
||||
{{ export_path_additions }}
|
||||
{{ alias_cp }}
|
||||
{{ alias_mv }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user