This commit is contained in:
2017-11-18 02:43:03 -05:00
parent 321b4287ac
commit f3d5ec7732
2 changed files with 2 additions and 2 deletions

5
bash_profile Normal file
View File

@@ -0,0 +1,5 @@
export SHELL=/bin/zsh
if [[ "$SSH_CONNECTION" != "" && "$MY_SSH_CONNECTION" != "yes" ]]; then
/bin/zsh
fi
exec /bin/zsh -l