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 d2d209b8d1e6f9e358f45c04da874e2244390bf8
parent d0647d7a2eb0a1d2b1fee8972857c54350e26e3e
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 25 Jan 2021 08:45:09 +0100

Merge branch 'master' of src.adamsgaard.dk:dotfiles

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

diff --git a/.mailcap b/.mailcap @@ -5,3 +5,4 @@ text/*; plumb %s; needsterminal image/*; plumb %s && sleep 2 application/*; plumb -w %s video/*; plumb %s && sleep 2 +application/ms-word; catdoc %s diff --git a/.profile b/.profile @@ -187,6 +187,8 @@ addtopath /usr/local/cuda/bin /usr/local/gcc-8.3.0/bin #addtopath ~/.local/pism-stable-install/bin addtopath ~/.local/pism-dev-install/bin addtopath ~/.local/bin +addtopath /usr/local/heirloom-doctools/bin +MANPATH=/usr/local/heirloom-doctools/man:$MANPATH sourcepath /com/Modules/default/init/sh ENV=$HOME/.kshrc