Last active
October 25, 2019 01:35
-
-
Save jschwarty/e3406b3d6063422c84d6bc987568686a to your computer and use it in GitHub Desktop.
oh-my-zsh .zshrc customization
This file contains hidden or 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
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