diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-05 14:07:21 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-05 14:07:21 +0200 |
| commit | e062143ad2b54e143a07fd94e9075ac4d2a764e0 (patch) | |
| tree | 4ee75cfbaafa95d941d11e6f83e57c1275293cdf /bash/.bashrc | |
| parent | c4cd57d89d4fc828964d76717ab2483c8cc9f6bc (diff) | |
| download | dotfiles-e062143ad2b54e143a07fd94e9075ac4d2a764e0.tar.gz dotfiles-e062143ad2b54e143a07fd94e9075ac4d2a764e0.zip | |
add nvim as manpage-reader
Diffstat (limited to 'bash/.bashrc')
| -rw-r--r-- | bash/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 7ab0571..36a983f 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,6 +1,7 @@ # Export own script path export PATH=$HOME/.dotfiles/bin/:/usr/local/bin/:$PATH export GOPATH=$HOME/.go +export MANPAGER='nvim +Man!' # Aliases alias ls='ls --color=auto' |