diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-11 12:09:43 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-11 12:09:43 +0200 |
commit | af459f0687c11ebd7fdbb78ae89889af7d8a4baa (patch) | |
tree | f180be7592f7165c49f088a302aaea1b17a1f15d | |
parent | 4a0d251f6739fb779facaffb68376ae9a7aa3f17 (diff) |
zshenv: Disable all possible display modes
-rw-r--r-- | etc/env | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ ## vim:ft=zsh : ${ZDIR:=$HOME/packages/zsh/etc} -PS4='%F{cyan}%N%F{default}:%F{yellow}%i%F{default}│' +PS4='%b%u%s%k%F{cyan}%N%F{default}:%F{yellow}%i%F{default}│' fpath=($ZDIR/functions $ZDIR/completions $fpath) # Additional zshenv settings from pkg |