We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f366ab2 commit 0c58a53Copy full SHA for 0c58a53
etc/skel/.zshrc
@@ -40,6 +40,16 @@ fi
40
## Now, we'll give a few examples of what you might want to use in your
41
## .zshrc.local file (just copy'n'paste and uncomment it there):
42
43
+## Prompt theme extension ##
44
+
45
+# Virtualenv support
46
47
+#function virtual_env_prompt () {
48
+# REPLY=${VIRTUAL_ENV+(${VIRTUAL_ENV:t}) }
49
+#}
50
+#grml_theme_add_token virtual-env -f virtual_env_prompt '%F{magenta}' '%f'
51
+#zstyle ':prompt:grml:left:setup:items' rc virtual-env change-root user at host path vcs percent
52
53
## ZLE tweaks ##
54
55
## use the vi navigation keys (hjkl) besides cursor keys in menu completion
0 commit comments