tmux config added

This commit is contained in:
KeeganForelight 2022-03-07 17:00:19 -05:00
parent 7d1f823342
commit 19ad114b38

View File

@ -8,7 +8,7 @@ else
echo "Consider updating oh-my-zsh using: omz update" echo "Consider updating oh-my-zsh using: omz update"
fi fi
if [ -n "$ZSH_NAME" ]; then if [ -n $ZSH_NAME ]; then
echo "Changing default shell to zsh" echo "Changing default shell to zsh"
chsh -s /bin/zsh chsh -s /bin/zsh
else else