Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
use simpler nvim MANPAGER
Browse files Browse the repository at this point in the history
  • Loading branch information
solson committed Oct 12, 2020
1 parent 73cfd9a commit 13efda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/fish/config.fish
Expand Up @@ -6,7 +6,7 @@
set -x NO_AT_BRIDGE 1

# Use a custom man page viewer.
set -x MANPAGER 'nvim -c "set ft=man" -'
set -x MANPAGER 'nvim +Man!'

# Tell SSH where the ssh-agent socket is.
set -x SSH_AUTH_SOCK $XDG_RUNTIME_DIR/ssh-agent
Expand Down

0 comments on commit 13efda5

Please sign in to comment.