MOD: added mac screen rotate fix, also git cot
This commit is contained in:
parent
91d2ba3501
commit
bdf260aa92
|
@ -10,6 +10,10 @@
|
|||
#
|
||||
# 2) create links to JDK (Android Studio includes a Java 8 SDK, so use that)
|
||||
# ln -s "/Applications/Android Studio.app/Contents/jre/jdk/Contents/Home" /usr/local/opt/java-home
|
||||
#
|
||||
# *) make Android Studion Java the default Java
|
||||
# rm /System/Library/Frameworks/JavaVM.framework/Versions/Current
|
||||
# ln -s "/Applications/Android Studio.app/Contents/jre/jdk/Contents/Home" /System/Library/Frameworks/JavaVM.framework/Versions/Current
|
||||
#
|
||||
#
|
||||
# [ MISC ]
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
co = checkout
|
||||
chb = checkout -b
|
||||
cob = checkout -b
|
||||
cot = checkout -t
|
||||
#############
|
||||
d = diff
|
||||
dc = diff --cached
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
fb-rotate -d 0x1a003e82 -r 0
|
||||
fb-rotate -d 0x1a003e82 -r 90
|
Loading…
Reference in New Issue