tmux config added
This commit is contained in:
parent
63b898af27
commit
7d1f823342
@ -6,9 +6,9 @@ if [ ! -d "$OMZDIR" ]; then
|
|||||||
/bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
/bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
||||||
else
|
else
|
||||||
echo "Consider updating oh-my-zsh using: omz update"
|
echo "Consider updating oh-my-zsh using: omz update"
|
||||||
fi
|
fi
|
||||||
shl=$(ps -hp $$|awk '{echo $5}')
|
|
||||||
if [ ! $shl = "/bin/zsh" ]; 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user