dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles # fast
git clone https://src.adamsgaard.dk/dotfiles.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit dd3c302e6020845b98d220204076f4cd95d731d4
parent 2f0133aa32711499d7e8ba37a986ab2decf9028b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 15 Mar 2021 09:27:35 +0100

.profile: add AUR heirloom-doctools-git install paths

Diffstat:
M.profile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.profile b/.profile @@ -195,6 +195,8 @@ addtopath ~/.local/pism-dev-install/bin addtopath ~/.local/bin addtopath /usr/local/heirloom-doctools/bin MANPATH=/usr/local/heirloom-doctools/man:$MANPATH +addtopath /usr/heirloom/bin/ucb +MANPATH=/usr/heirloom/share/man:$MANPATH sourcepath /com/Modules/default/init/sh ENV=$HOME/.kshrc