Created
April 30, 2020 03:11
-
-
Save valbaca/77c75e82cdc904ee515c9ef16fdba3d3 to your computer and use it in GitHub Desktop.
oh-my-zsh plugins
This file contains 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
plugins=( | |
git | |
colored-man-pages | |
colorize | |
common-aliases | |
github | |
# golang | |
# lein | |
node # usage: node-docs fs | |
npm | |
npx | |
nvm | |
# pyenv | |
# pylint | |
# python | |
thefuck # Esc-Esc to correct previous command | |
# vscode # maybe? | |
# xcode | |
yarn | |
z | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment