diff options
| -rw-r--r-- | .chezmoiignore | 1 | ||||
| -rw-r--r-- | dot_zprofile | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.chezmoiignore b/.chezmoiignore index 4f66a32..7220146 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1,4 +1,5 @@ {{- if ne .chezmoi.os "linux" }} dot_zshrc.tmpl +dot_zprofile {{ end }} dot_config/nvim/lazy-lock.json 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" |
