blob: ba106f03f46c00b97425b1fafc5b1f073ae5e79d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
function virtual_env_prompt () {
REPLY=${VIRTUAL_ENV+(${VIRTUAL_ENV:t}) }
}
grml_theme_add_token \
virtual-env -f virtual_env_prompt '%F{magenta}' '%f'
zstyle ':prompt:grml:left:setup' items \
rc virtual-env change-root user at host path vcs percent
# vim: ft=zsh :
|