Add react-native alias

This commit is contained in:
Jake Howard 2016-11-14 14:14:47 +00:00
parent 151596e515
commit c21c5732ed

View File

@ -28,3 +28,4 @@ alias nvmu="nvm use"
# React-native extras
export REACT_EDITOR=atom
alias rnl="adb logcat | grep ReactNative"
alias rn="react-native"