Created
          March 26, 2017 08:17 
        
      - 
      
- 
        Save dmidlo/c91fdb3be41db6fbffbd14d9d61a0296 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | (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