Skip to content

Instantly share code, notes, and snippets.

@rhovelz
Created August 8, 2020 14:00
Show Gist options
  • Save rhovelz/3ec7869fa6d57ce536031d47011ff4b9 to your computer and use it in GitHub Desktop.
Save rhovelz/3ec7869fa6d57ce536031d47011ff4b9 to your computer and use it in GitHub Desktop.

Autostart tmux when open terminal (Alacritty)

  • alacritty -e bash -c "tmux -q has-session && exec tmux attach-session -d || exec tmux new-session -n$USER -s$USER@$HOSTNAME"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment