david/myzsh
Archived
1
0

autopush by david@shaggydog

This commit is contained in:
david 2018-02-19 23:46:27 +01:00
parent db3be6e39a
commit 2f39321d7a

View File

@ -5,7 +5,7 @@
# check for default shell
cat /etc/passwd | grep ~ | grep "/bin/zsh" > /dev/null
if [ $? -eq 1 ]; then
if [ $? -eq 1 ] && [ $(uname) != "Darwin" ]; then
echo "[myzsh]: you should set me as your default shell."
fi