diff options
author | awy <awy@awy.one> | 2024-11-20 11:35:14 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-20 11:35:14 +0300 |
commit | 3c88c0cea187faef79c437bd60332c0feff27eff (patch) | |
tree | c69c80a78b788dba3762016ad1918c9b58eae94d /.config/shell | |
parent | 7086c25154ab910609a039ca00390a6f39865c5f (diff) |
man syntax highlight
Diffstat (limited to '.config/shell')
-rw-r--r-- | .config/shell/profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 056dfdd..c5c0433 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -2,6 +2,7 @@ export PATH="$PATH:$(find ~/.local/bin -type d | paste -sd ':' -)" export ZDOTDIR="$HOME/.config/zsh" export BROWSER="firefox" export EDITOR="nvim" +export MANPAGER='nvim +Man!' export TERMINAL="foot" export TERMINAL_PROG="foot" |