1
0
Fork 0
pull/186/head
Ben O'Hara 13 years ago
parent 11604c298e
commit 64a93fd0ba

@ -18,6 +18,13 @@
#
# zstyle ':omz:module:prompt:solarized' 256colors 'yes'
# zstyle ':omz:module:prompt:solarized' dark 'yes'
#
# custom hostname colours
#
# zstyle ':omz:module:prompt:solarized' hostname 'red'
# zstyle ':omz:module:prompt:solarized' hostname2 'blue'
#
#
function virtualenv_info {
if [[ -n "$VIRTUAL_ENV" ]]; then

Loading…
Cancel
Save