summaryrefslogtreecommitdiff
path: root/dot_zprofile
diff options
context:
space:
mode:
Diffstat (limited to 'dot_zprofile')
-rw-r--r--dot_zprofile8
1 files changed, 0 insertions, 8 deletions
diff --git a/dot_zprofile b/dot_zprofile
deleted file mode 100644
index 8ce7130..0000000
--- a/dot_zprofile
+++ /dev/null
@@ -1,8 +0,0 @@
-# Neovim as editor
-export EDITOR="nvim ."
-
-# "bat" as manpager
-export MANPAGER="sh -c 'col -bx | bat -l man -p'"
-
-# Setting bat theme
-export BAT_THEME="gruvbox-dark"