Skip to content

Instantly share code, notes, and snippets.

@jschwarty
Last active October 25, 2019 01:35
Show Gist options
  • Save jschwarty/e3406b3d6063422c84d6bc987568686a to your computer and use it in GitHub Desktop.
Save jschwarty/e3406b3d6063422c84d6bc987568686a to your computer and use it in GitHub Desktop.
oh-my-zsh .zshrc customization
ZSH_THEME="agnoster"
plugins=(git nvm)
prompt_context() {}
prompt_dir() {
prompt_segment blue $CURRENT_FG '%1~'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment