This commit is contained in:
2017-11-18 02:41:10 -05:00
parent 90e4b26e05
commit 321b4287ac
4 changed files with 28 additions and 24 deletions

5
bashrc 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