Skip to content

Instantly share code, notes, and snippets.

@stetro
Last active August 5, 2019 12:58
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 stetro/9230661 to your computer and use it in GitHub Desktop.
Save stetro/9230661 to your computer and use it in GitHub Desktop.
My .zshrc which I'm going to extend some day ...
ZSH=$HOME/.oh-my-zsh
ZSH_THEME="robbyrussell"
plugins=(git tmux wd tig)
ZSH_TMUX_AUTOSTART=true
TERM="screen-256color"
source $ZSH/oh-my-zsh.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment