summaryrefslogtreecommitdiff
path: root/.shenv
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-01-16 18:59:00 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-01-16 18:59:00 -0700
commit62d8de77950db33525a555d0d7e6f2dbacda14d8 (patch)
treed96e815615d8b13bf15bf4c9294363c179f2f5e2 /.shenv
parent675192ecd1fadca8c6d04661807d03b0e8dfa8f5 (diff)
downloaddotfiles-62d8de77950db33525a555d0d7e6f2dbacda14d8.tar.gz
set PERLDOC to get manpages rather than plain text
Diffstat (limited to '.shenv')
-rwxr-xr-x.shenv2
1 files changed, 2 insertions, 0 deletions
diff --git a/.shenv b/.shenv
index 2f77a51b..558b049c 100755
--- a/.shenv
+++ b/.shenv
@@ -154,6 +154,8 @@ IMPASS_DB="$HOME/lib/priv/impass/db"
export IMPASS_DB
IMPASS_KEYFILE="$HOME/lib/priv/impass/keyid"
export IMPASS_KEYFILE
+PERLDOC="-oman"
+export PERLDOC
# "Setting the monitor port to 0 turns the monitoring function off,
# and autossh will only restart ssh upon ssh's exit."