Skip to content

Instantly share code, notes, and snippets.

@frankyonnetti
Last active February 17, 2021 00:33
Show Gist options
  • Select an option

  • Save frankyonnetti/a961c2eabcc4024c72a221fb911c752f to your computer and use it in GitHub Desktop.

Select an option

Save frankyonnetti/a961c2eabcc4024c72a221fb911c752f to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment