Last active
February 17, 2021 00:33
-
-
Save frankyonnetti/a961c2eabcc4024c72a221fb911c752f to your computer and use it in GitHub Desktop.
Oh-my-zsh #oh-my-zsh #terminal
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
| # 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