Last active
January 28, 2018 09:15
-
-
Save dragonly/bd4b5ae441434ec2b69a112d607e4605 to your computer and use it in GitHub Desktop.
~/.zshrc with oh-my-zsh
This file contains 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
export EDITOR=vim | |
export LC_ALL=en_US.UTF-8 | |
export TERM=xterm-256color | |
# add timestamp to the right | |
export RPROMPT="%{$fg_bold[green]%}%D{%m-%f} %*%{$reset_color%}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment