tmux config added

This commit is contained in:
KeeganForelight 2022-03-07 16:54:41 -05:00
parent 63b898af27
commit 7d1f823342

View File

@ -7,8 +7,8 @@ if [ ! -d "$OMZDIR" ]; then
else
echo "Consider updating oh-my-zsh using: omz update"
fi
shl=$(ps -hp $$|awk '{echo $5}')
if [ ! $shl = "/bin/zsh" ]; then
if [ -n "$ZSH_NAME" ]; then
echo "Changing default shell to zsh"
chsh -s /bin/zsh
else