Skip to content

Instantly share code, notes, and snippets.

@dmidlo
Created March 26, 2017 08:17
Show Gist options
  • Save dmidlo/c91fdb3be41db6fbffbd14d9d61a0296 to your computer and use it in GitHub Desktop.
Save dmidlo/c91fdb3be41db6fbffbd14d9d61a0296 to your computer and use it in GitHub Desktop.
(MacPorts Zsh Post Installation Notes)
zsh has the following notes:
To set MacPorts' zsh as default login shell, run:
sudo chpass -s '/opt/local/bin/zsh' $USER
To be able to switch default shells to or from zsh without superuser privileges, add it to
/etc/shells:
sudo sh -c 'echo /opt/local/bin/zsh >>/etc/shells'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment