Skip to content

Instantly share code, notes, and snippets.

@professorjamesmoriarty
Created February 12, 2016 07:50
Show Gist options
  • Save professorjamesmoriarty/db7bc0923db168193983 to your computer and use it in GitHub Desktop.
Save professorjamesmoriarty/db7bc0923db168193983 to your computer and use it in GitHub Desktop.
rr() {
if [ -z "$RANGER_LEVEL" ]
then
ranger
else
exit
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment