# In order to enable "chsh"
if  [  -f  /etc/shells  ]  ;  then
  if  !  grep  -q  "/bin/zsh"  /etc/shells  ;  then
    echo  "/bin/zsh"  >>  /etc/shells
  fi
fi
