frankyonnetti
2/1/2020 - 8:07 PM

#oh-my-zsh #terminal

Oh-my-zsh #oh-my-zsh #terminal

# Cheatsheet
# https://github.com/robbyrussell/oh-my-zsh/wiki/Cheatsheet

# brew install zsh-completions
# To activate these completions, add the following to your .zshrc:

    $ fpath=(/usr/local/share/zsh-completions $fpath)

# You may also need to force rebuild `zcompdump`:

    $ rm -f ~/.zcompdump; compinit

# Additionally, if you receive "zsh compinit: insecure directories" warnings 
# when attempting to load these completions, you may need to run this:

    $ chmod go-w '/usr/local/share'
    
# Manualy update

    $ upgrade_oh_my_zsh