From c21c5732ed1790d17f2b86bf37c7849b2c51d80c Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 14 Nov 2016 14:14:47 +0000 Subject: [PATCH] Add react-native alias --- bash/javascript.sh | 1 + 1 file changed, 1 insertion(+) 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"