diff --git a/profile b/profile index e69de29..bafa276 100644 --- a/profile +++ b/profile @@ -0,0 +1,8 @@ +# Add this to your .profile if you can't change your default shell in account +# run zsh +if [ -x /bin/zsh ]; then + export SHELL=/bin/zsh + if [ -n "$SSH_CONNECTION" ]; then + exec /bin/zsh + fi +fi \ No newline at end of file