Skip to content

Instantly share code, notes, and snippets.

@sidouglas
Created February 5, 2020 23:17
Show Gist options
  • Save sidouglas/ca624d1d8fc20eb9340b160e77ff645a to your computer and use it in GitHub Desktop.
Save sidouglas/ca624d1d8fc20eb9340b160e77ff645a to your computer and use it in GitHub Desktop.
Set default shell to zsh
# set default shell to zsh
set -g default-command /bin/zsh
set -g default-shell /bin/zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment