MOD: added alias to launch from comamnd line
This commit is contained in:
parent
5d95e576b6
commit
6d6cdc113a
|
@ -41,5 +41,9 @@ export PATH=$ANDROID_NDK/build/tools:$PATH
|
|||
alias adbback='adb backup -f myAppBackup.ab' #com.corp.appName
|
||||
alias adconv="dd if=myAppBackup.ab bs=24 skip=1 | $OSSL zlib -d > myAppBackup.tar"
|
||||
|
||||
# Android IDE launches from command line (to pickup bash environment vars)
|
||||
alias intellij='/Applications/IntelliJ\ IDEA\ CE.app/Contents/MacOS/idea &'
|
||||
alias android='/Applications/Android\ Studio.app/Contents/MacOS/studio &'
|
||||
|
||||
# 12/14/2016 had to unset the variable to get virtual devices working
|
||||
#unset ANDROID_SDK_HOME
|
|
@ -5,7 +5,7 @@
|
|||
[
|
||||
[
|
||||
"AND",
|
||||
"ANDROID_NDK"
|
||||
"ANDROID_SDK_HOME"
|
||||
],
|
||||
[
|
||||
"jdk",
|
||||
|
@ -55,7 +55,7 @@
|
|||
"file": "/Users/j3g/.bash_android",
|
||||
"settings":
|
||||
{
|
||||
"buffer_size": 1509,
|
||||
"buffer_size": 1705,
|
||||
"encoding": "UTF-8",
|
||||
"line_ending": "Unix"
|
||||
}
|
||||
|
@ -129,7 +129,7 @@
|
|||
"file": "/Users/j3g/.bash_history",
|
||||
"settings":
|
||||
{
|
||||
"buffer_size": 10662,
|
||||
"buffer_size": 10223,
|
||||
"line_ending": "Unix"
|
||||
}
|
||||
}
|
||||
|
@ -1215,15 +1215,15 @@
|
|||
"semi_transient": false,
|
||||
"settings":
|
||||
{
|
||||
"buffer_size": 1509,
|
||||
"buffer_size": 1705,
|
||||
"regions":
|
||||
{
|
||||
},
|
||||
"selection":
|
||||
[
|
||||
[
|
||||
991,
|
||||
991
|
||||
1611,
|
||||
1611
|
||||
]
|
||||
],
|
||||
"settings":
|
||||
|
@ -1305,31 +1305,41 @@
|
|||
},
|
||||
"bracket_highlighter.regions":
|
||||
[
|
||||
"bh_c_define",
|
||||
"bh_c_define_center",
|
||||
"bh_c_define_open",
|
||||
"bh_c_define_close",
|
||||
"bh_c_define_content",
|
||||
"bh_single_quote",
|
||||
"bh_single_quote_center",
|
||||
"bh_single_quote_open",
|
||||
"bh_single_quote_close",
|
||||
"bh_single_quote_content",
|
||||
"bh_square",
|
||||
"bh_square_center",
|
||||
"bh_square_open",
|
||||
"bh_square_close",
|
||||
"bh_square_content",
|
||||
"bh_double_quote",
|
||||
"bh_double_quote_center",
|
||||
"bh_double_quote_open",
|
||||
"bh_double_quote_close",
|
||||
"bh_double_quote_content",
|
||||
"bh_angle",
|
||||
"bh_angle_center",
|
||||
"bh_angle_open",
|
||||
"bh_angle_close",
|
||||
"bh_angle_content",
|
||||
"bh_curly",
|
||||
"bh_curly_center",
|
||||
"bh_curly_open",
|
||||
"bh_curly_close",
|
||||
"bh_curly_content",
|
||||
"bh_tag",
|
||||
"bh_tag_center",
|
||||
"bh_tag_open",
|
||||
"bh_tag_close",
|
||||
"bh_tag_content",
|
||||
"bh_double_quote",
|
||||
"bh_double_quote_center",
|
||||
"bh_double_quote_open",
|
||||
"bh_double_quote_close",
|
||||
"bh_double_quote_content",
|
||||
"bh_single_quote",
|
||||
"bh_single_quote_center",
|
||||
"bh_single_quote_open",
|
||||
"bh_single_quote_close",
|
||||
"bh_single_quote_content",
|
||||
"bh_unmatched",
|
||||
"bh_unmatched_center",
|
||||
"bh_unmatched_open",
|
||||
"bh_unmatched_close",
|
||||
"bh_unmatched_content",
|
||||
"bh_c_define",
|
||||
"bh_c_define_center",
|
||||
"bh_c_define_open",
|
||||
"bh_c_define_close",
|
||||
"bh_c_define_content",
|
||||
"bh_default",
|
||||
"bh_default_center",
|
||||
"bh_default_open",
|
||||
|
@ -1340,26 +1350,16 @@
|
|||
"bh_round_open",
|
||||
"bh_round_close",
|
||||
"bh_round_content",
|
||||
"bh_unmatched",
|
||||
"bh_unmatched_center",
|
||||
"bh_unmatched_open",
|
||||
"bh_unmatched_close",
|
||||
"bh_unmatched_content",
|
||||
"bh_square",
|
||||
"bh_square_center",
|
||||
"bh_square_open",
|
||||
"bh_square_close",
|
||||
"bh_square_content",
|
||||
"bh_regex",
|
||||
"bh_regex_center",
|
||||
"bh_regex_open",
|
||||
"bh_regex_close",
|
||||
"bh_regex_content",
|
||||
"bh_angle",
|
||||
"bh_angle_center",
|
||||
"bh_angle_open",
|
||||
"bh_angle_close",
|
||||
"bh_angle_content",
|
||||
"bh_curly",
|
||||
"bh_curly_center",
|
||||
"bh_curly_open",
|
||||
"bh_curly_close",
|
||||
"bh_curly_content"
|
||||
"bh_regex_content"
|
||||
],
|
||||
"incomplete_sync": null,
|
||||
"remote_loading": false,
|
||||
|
@ -2147,61 +2147,61 @@
|
|||
},
|
||||
"bracket_highlighter.regions":
|
||||
[
|
||||
"bh_regex",
|
||||
"bh_regex_center",
|
||||
"bh_regex_open",
|
||||
"bh_regex_close",
|
||||
"bh_regex_content",
|
||||
"bh_square",
|
||||
"bh_square_center",
|
||||
"bh_square_open",
|
||||
"bh_square_close",
|
||||
"bh_square_content",
|
||||
"bh_double_quote",
|
||||
"bh_double_quote_center",
|
||||
"bh_double_quote_open",
|
||||
"bh_double_quote_close",
|
||||
"bh_double_quote_content",
|
||||
"bh_angle",
|
||||
"bh_angle_center",
|
||||
"bh_angle_open",
|
||||
"bh_angle_close",
|
||||
"bh_angle_content",
|
||||
"bh_c_define",
|
||||
"bh_c_define_center",
|
||||
"bh_c_define_open",
|
||||
"bh_c_define_close",
|
||||
"bh_c_define_content",
|
||||
"bh_curly",
|
||||
"bh_curly_center",
|
||||
"bh_curly_open",
|
||||
"bh_curly_close",
|
||||
"bh_curly_content",
|
||||
"bh_default",
|
||||
"bh_default_center",
|
||||
"bh_default_open",
|
||||
"bh_default_close",
|
||||
"bh_default_content",
|
||||
"bh_single_quote",
|
||||
"bh_single_quote_center",
|
||||
"bh_single_quote_open",
|
||||
"bh_single_quote_close",
|
||||
"bh_single_quote_content",
|
||||
"bh_round",
|
||||
"bh_round_center",
|
||||
"bh_round_open",
|
||||
"bh_round_close",
|
||||
"bh_round_content",
|
||||
"bh_tag",
|
||||
"bh_tag_center",
|
||||
"bh_tag_open",
|
||||
"bh_tag_close",
|
||||
"bh_tag_content",
|
||||
"bh_double_quote",
|
||||
"bh_double_quote_center",
|
||||
"bh_double_quote_open",
|
||||
"bh_double_quote_close",
|
||||
"bh_double_quote_content",
|
||||
"bh_single_quote",
|
||||
"bh_single_quote_center",
|
||||
"bh_single_quote_open",
|
||||
"bh_single_quote_close",
|
||||
"bh_single_quote_content",
|
||||
"bh_unmatched",
|
||||
"bh_unmatched_center",
|
||||
"bh_unmatched_open",
|
||||
"bh_unmatched_close",
|
||||
"bh_unmatched_content"
|
||||
"bh_unmatched_content",
|
||||
"bh_c_define",
|
||||
"bh_c_define_center",
|
||||
"bh_c_define_open",
|
||||
"bh_c_define_close",
|
||||
"bh_c_define_content",
|
||||
"bh_default",
|
||||
"bh_default_center",
|
||||
"bh_default_open",
|
||||
"bh_default_close",
|
||||
"bh_default_content",
|
||||
"bh_round",
|
||||
"bh_round_center",
|
||||
"bh_round_open",
|
||||
"bh_round_close",
|
||||
"bh_round_content",
|
||||
"bh_square",
|
||||
"bh_square_center",
|
||||
"bh_square_open",
|
||||
"bh_square_close",
|
||||
"bh_square_content",
|
||||
"bh_regex",
|
||||
"bh_regex_center",
|
||||
"bh_regex_open",
|
||||
"bh_regex_close",
|
||||
"bh_regex_content"
|
||||
],
|
||||
"csslint_options":
|
||||
{
|
||||
|
@ -2318,6 +2318,7 @@
|
|||
],
|
||||
"settings":
|
||||
{
|
||||
"bracket_highlighter.busy": false,
|
||||
"remote_loading": false,
|
||||
"synced": false,
|
||||
"syntax": "Packages/Text/Plain text.tmLanguage"
|
||||
|
@ -2472,7 +2473,7 @@
|
|||
"semi_transient": false,
|
||||
"settings":
|
||||
{
|
||||
"buffer_size": 10662,
|
||||
"buffer_size": 10223,
|
||||
"regions":
|
||||
{
|
||||
},
|
||||
|
@ -2582,7 +2583,7 @@
|
|||
"show_open_files": true,
|
||||
"show_tabs": false,
|
||||
"side_bar_visible": true,
|
||||
"side_bar_width": 255.0,
|
||||
"side_bar_width": 199.0,
|
||||
"status_bar_visible": true,
|
||||
"template_settings":
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue