diff options
Diffstat (limited to 'dot_zprofile')
| -rw-r--r-- | dot_zprofile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dot_zprofile b/dot_zprofile new file mode 100644 index 0000000..9bcc2a2 --- /dev/null +++ b/dot_zprofile @@ -0,0 +1,5 @@ +# "bat" as manpager +export MANPAGER="sh -c 'col -bx | bat -l man -p'" + +# Setting bat theme +export BAT_THEME="gruvbox-dark" |
