Skip to content

Instantly share code, notes, and snippets.

@danielsiwiec
Created December 1, 2020 07:04
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 danielsiwiec/7d7481cf1812a57493144013ade3a197 to your computer and use it in GitHub Desktop.
Save danielsiwiec/7d7481cf1812a57493144013ade3a197 to your computer and use it in GitHub Desktop.
basic .zshrc
ZSH_THEME="clean"
plugins=(git)
alias venv="python3 -m venv .venv && source .venv/bin/activate"
source ~/.oh-my-zsh/oh-my-zsh.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment