Skip to content

Instantly share code, notes, and snippets.

@syl20bnr
Created April 26, 2013 15:01
Show Gist options
  • Save syl20bnr/5467941 to your computer and use it in GitHub Desktop.
Save syl20bnr/5467941 to your computer and use it in GitHub Desktop.
Auto launch a ranger on top of every zsh session.
# Always launch a ranger session
if [[ $RANGER == "" ]]; then
export RANGER=1
ranger
fi
@syl20bnr
Copy link
Author

Accessing the shell back from ranger is performed with the S key. To go back in ranger press CTRL+d.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment