From a789b21e1b6d42a01830b04c8ad756574cfe4e06 Mon Sep 17 00:00:00 2001 From: eKa Date: Wed, 18 Sep 2019 05:24:10 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B0=D1=82=D1=87=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D1=84=D0=B8=D0=BB=D1=8F=20=D0=B4=D0=BB=D1=8F=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=BF=D1=83=D1=81=D0=BA=D0=B0=20zsh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profile | 8 ++++++++ 1 file changed, 8 insertions(+) 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