commit 4d1b8b785f3155ff35c044d3c9759763a351b38d
parent 6981a4460e74494fc48e80e5483654c2cea6791d
Author: Daniel Moch <daniel@danielmoch.com>
Date: Thu, 8 Mar 2018 15:36:29 -0500
Add Zsh to preferred_shells in my-init
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/my-init b/.local/bin/my-init
@@ -160,7 +160,7 @@ then
unset vim_bundle_path
fi
-for shell in bash dash sh
+for shell in zsh bash dash sh
do
preferred_shell=`cat /etc/shells | grep /$shell$`
[ "$preferred_shell" = "" ] || break