Skip to content

Instantly share code, notes, and snippets.

@dlareau
Created March 22, 2016 17:25
Show Gist options
  • Save dlareau/348a472b2ef574e4d5dd to your computer and use it in GitHub Desktop.
Save dlareau/348a472b2ef574e4d5dd to your computer and use it in GitHub Desktop.
exit() {
if [[ -z $TMUX ]]; then
builtin exit
else
tmux detach
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment