aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bash
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-02-18 21:57:14 -0600
committerToby Vincent <tobyv13@gmail.com>2022-02-18 21:57:14 -0600
commitc6f3e125c2284b27300b30d1134909e264c459ef (patch)
tree247e24bd4800fdc6f9502e0a42a6a8775b659f09 /bash
parentbb534a0e4085bbb3c7a2cdcd1e5c4abd25ea7da5 (diff)
feat: added navi configs and fixed manpager
Diffstat (limited to 'bash')
-rw-r--r--bash/env.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/env.sh b/bash/env.sh
index 28929cf..4891067 100644
--- a/bash/env.sh
+++ b/bash/env.sh
@@ -4,6 +4,7 @@ export EDITOR="$(command -v vim 2>/dev/null || command -v vi)"
export VISUAL="code --wait"
export GPG_TTY=$(tty)
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
+export MANROFFOPT="-c"
export STARSHIP_LOG="error"
export FZF_PREVIEW_COMMAND="bat --style=numbers,changes --wrap never --color always {} || cat {} || tree -C {}"
export FZF_CTRL_T_OPTS="--min-height 30 --preview-window down:60% --preview-window noborder --preview '($FZF_PREVIEW_COMMAND) 2> /dev/null'"