Skip to content

Instantly share code, notes, and snippets.

@MatthieuLemoine
Created October 1, 2016 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MatthieuLemoine/af1fd357720cc69788bd8cd1ecfc2d64 to your computer and use it in GitHub Desktop.
Save MatthieuLemoine/af1fd357720cc69788bd8cd1ecfc2d64 to your computer and use it in GitHub Desktop.
Zsh config
ZSH_THEME="spaceship"
plugins=(git command-not-found ubuntu npm web-search)
alias zshconfig="vim ~/.zshrc"
alias ohmyzsh="vim ~/.oh-my-zsh"
alias reload="source ~/.zshrc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment