Переименован файл
This commit is contained in:
8
profile-patch
Normal file
8
profile-patch
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user