Compare commits

...

1 Commits
orig ... master

Author SHA1 Message Date
Felix Stupp e7748711eb
Applied modifications for red theme 4 years ago

@ -1,6 +1,7 @@
# vim:ft=zsh ts=2 sw=2 sts=2
#
# agnoster's Theme - https://gist.github.com/3712874
# agnoster's Theme - Red Version
# Orignal (Blue): https://gist.github.com/3712874
# A Powerline-inspired theme for ZSH
#
# # README
@ -198,7 +199,7 @@ prompt_hg() {
# Dir: current working directory
prompt_dir() {
prompt_segment blue $CURRENT_FG '%~'
prompt_segment 88 254 '%~'
}
# Virtualenv: current working virtualenv

Loading…
Cancel
Save