aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-22 12:35:36 -0400
committeriamcheeseman <[email protected]>2026-05-22 12:35:36 -0400
commitf31a0a48a2408d38faaaae2d0fb91528e3c2c20e (patch)
treef4e38fe03f86ff9c50d9778be3fd8302ff06090b /.bashrc
parent32256bdd1abde72427ccd1dac185eee48f803ef1 (diff)
Update config
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index f3e804f..ed2243e 100644
--- a/.bashrc
+++ b/.bashrc
@@ -4,6 +4,7 @@
[[ $- != *i* ]] && return
export PATH=$PATH:~/.local/bin
+export MANPATH=$MANPATH:~/.local/share/man
export XDG_RUNTIME_DIR=/tmp/runtime_$(whoami)
export VISUAL=vim
export EDITOR="$VISUAL"