Created
February 8, 2020 03:41
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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