From 4de24a7d75c176411a11aef118850422af90b22d Mon Sep 17 00:00:00 2001 From: Michael Ochmann Date: Sat, 8 Jan 2022 15:16:49 +0100 Subject: [PATCH] . --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index bb90610..83bc29a 100644 --- a/.bashrc +++ b/.bashrc @@ -250,7 +250,7 @@ NPM_PACKAGES="${HOME}/.npm-packages" export PATH="$NPM_PACKAGES/bin:$PATH" export EDITOR=vim -if [ command -v manpath ] +if command -v manpath &> /dev/null then unset MANPATH # delete if you already modified MANPATH elsewhere in your config export MANPATH="$NPM_PACKAGES/share/man:$(manpath)"