Skip to content

Instantly share code, notes, and snippets.

@ezirmusitua
Created February 8, 2020 03:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ezirmusitua/6273a4eaffd7998b310ea58e9f25adb1 to your computer and use it in GitHub Desktop.
Save ezirmusitua/6273a4eaffd7998b310ea58e9f25adb1 to your computer and use it in GitHub Desktop.
[set zsh in tmux] Set zsh as the default shell in tmux #shell
# add option
echo "set-option -g default-shell /bin/zsh" >> ~/.tmux.conf
<C-b>: source-file ~/.tmux.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment