From 76bc521b5635981fe9fc7b5096101abae141a961 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Tue, 11 Jun 2024 06:58:32 +1200 Subject: [PATCH] ksh: use system MANPATH --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 47faf50..a73bf59 100644 --- a/.profile +++ b/.profile @@ -2,5 +2,5 @@ export ENV=~/.kshrc export EDITOR="emacsclient -c" export TERMINAL=foot export PATH="$PATH":"$HOME"/.local/bin -export MANPATH="$(man -w)":"$HOME"/.nix-profile/share/man +export MANPATH="$(man -w)":"$HOME"/.nix-profile/share/man:/usr/share/man export BEMENU_OPTS='--fb "#1e1e2e" --ff "#cdd6f4" --nb "#1e1e2e" --nf "#cdd6f4" --tb "#1e1e2e" --hb "#1e1e2e" --tf "#f38ba8" --hf "#f9e2af" --af "#cdd6f4" --ab "#1e1e2e"'