summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-04-02 13:25:36 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-04-02 13:25:36 +0200
commit87e48f4427da2ab506ce07cff95a17235525f087 (patch)
treed3c30ef6b2e661f322cd59027531a8e76c91cd5b /.zshrc
parentae3742b30de7fa014a92a630fdc03c1849bf26e2 (diff)
downloaddotfiles-87e48f4427da2ab506ce07cff95a17235525f087.tar.gz
dotfiles-87e48f4427da2ab506ce07cff95a17235525f087.tar.xz
misc changes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/.zshrc b/.zshrc
index cb70456..7917fbe 100644
--- a/.zshrc
+++ b/.zshrc
@@ -203,8 +203,9 @@ export VISUAL=$EDITOR
export PAGER=less
if type vimpager &>/dev/null; then
export MANPAGER=vimpager
- export PERLDOC_PAGER=vimpager
fi
+export PERLDOC_PAGER=less
+export PERLDOC="-MPod::Text::Color::Delight"
export LESSCHARSET="UTF-8"
export LESSOPEN='|/usr/bin/lesspipe.sh %s 2>&-'
export LESS='-i -n -w -M -R -P%t?f%f \
@@ -239,12 +240,12 @@ prompt_eof_setup() {
prompt_eof_setup "$@"
# }}}
-# Prompt {{{
+# Prompt {{{
# necessary if you want to use functions in the prompt
# without this they wouldn't be run again
#precmd () {
-# this has to be on the edge or you have some spaces in the prompt
+# this has to be on the edge or you have some spaces in the prompt
# if you have any workaround please tell
if [[ $UID != 0 ]]; then
local username_color=$p_blue