diff --git a/bash/javascript.sh b/bash/javascript.sh index 7ed8489..444b0ae 100644 --- a/bash/javascript.sh +++ b/bash/javascript.sh @@ -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"