summaryrefslogtreecommitdiff
path: root/.config/shell/profile
diff options
context:
space:
mode:
Diffstat (limited to '.config/shell/profile')
-rw-r--r--.config/shell/profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 8a75873..a4135ba 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -22,6 +22,7 @@ export RUSTUP_HOME="$XDG_DATA_HOME/rustup"
export GTK2_RC_FILES="${XDG_CONFIG_HOME:-$HOME/.config}/gtk-2.0/gtkrc-2.0"
#export LESSHISTFILE="-"
export WGETRC="${XDG_CONFIG_HOME:-$HOME/.config}/wget/wgetrc"
+export MANPAGER='nvim +Man!'
# export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme.
export __GL_SHADER_DISK_CACHE_PATH=~/.cache/
export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/pythonrc"