summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIbrahim Muftee <ibrahim@muftee.net>2024-05-15 18:46:49 -0500
committerIbrahim Muftee <ibrahim@muftee.net>2026-07-01 00:23:31 -0400
commitf0601425fc46409f9e18e1c1ccbbc6ecb3dda557 (patch)
tree4877b9ab357cceb3aea0cc33386f70ee59c3cd40
parente456adf0c9c6ef27f42919b027d3aecb01755b0e (diff)
feat(zsh): add zprofile
-rw-r--r--.chezmoiignore1
-rw-r--r--dot_zprofile5
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"