X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fskel%2F.zshrc;h=ddb49c0bce22bbc5f4be0dcbe9f55e16ff2c3117;hb=89815decd679018738e7c71f5eecf26c969f12db;hp=c540de711da47c0363b9d7f59fb60ddc424fb2e9;hpb=b10097c077da144719a64b71ffb2c7e673e4b247;p=grml-etc-core.git diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index c540de7..ddb49c0 100644 --- a/etc/skel/.zshrc +++ b/etc/skel/.zshrc @@ -40,6 +40,16 @@ fi ## Now, we'll give a few examples of what you might want to use in your ## .zshrc.local file (just copy'n'paste and uncomment it there): +## Prompt theme extension ## + +# Virtualenv support + +#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 + ## ZLE tweaks ## ## use the vi navigation keys (hjkl) besides cursor keys in menu completion