dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit 04ac575d5a64ca4270d5dfc82b5b827cc7d409a1
parent 6e88306ce5f23ca8ac1def6c57efad75719f46c6
Author: Jake Koroman <jakekoroman@gmail.com>
Date:   Fri,  6 Sep 2024 08:38:22 -0400

update MANPATH

Diffstat:
M.zprofile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.zprofile b/.zprofile @@ -20,6 +20,7 @@ export WGETRC="$XDG_CONFIG_HOME/wgetrc" export MENULAUNCHER_DIR="$XDG_DATA_HOME/menulaunchers" export MBSYNCRC="$XDG_CONFIG_HOME/mbsync/config" export _JAVA_AWT_WM_NONREPARENTING=1 # java is dumb +export MANPATH=$MANPATH:$XDG_DATA_HOME/man export EDITOR=nvim export BROWSER=librewolf