fix bash
This commit is contained in:
5
bash_profile
Normal file
5
bash_profile
Normal file
@@ -0,0 +1,5 @@
|
||||
export SHELL=/bin/zsh
|
||||
if [[ "$SSH_CONNECTION" != "" && "$MY_SSH_CONNECTION" != "yes" ]]; then
|
||||
/bin/zsh
|
||||
fi
|
||||
exec /bin/zsh -l
|
||||
Reference in New Issue
Block a user