]> git.madduck.net Git - etc/zsh.git/blobdiff - .zsh/zshrc/60_vcsprompt

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

first attempt to use vcs_info
[etc/zsh.git] / .zsh / zshrc / 60_vcsprompt
index 399d3445f637c98674c69bee87c0e70cc5baf836..237f6c05507b873fb90f3e5d20d734051983153e 100644 (file)
@@ -205,7 +205,7 @@ __vcs_print_preprompt()
   esac
 }
 
-if ! is_root; then
+if false && ! is_root; then
   # too dangerous to be run as root
 
   _update_vcs_prompt_vars_if_vcs_ran() {