From fbf57efaf412fe4d72c87e1e45a57dd7d4e897f7 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 9 Jan 2022 15:47:02 +0100 Subject: [PATCH] I don't need fancy stuff for simple man. --- zsh/.zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 99b914c..f249541 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -10,7 +10,6 @@ setopt SHARE_HISTORY export PATH=~/.local/bin:$PATH export EDITOR=vim export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC' -export MANPAGER="mdcat -p" export LESSHISTFILE='/dev/null' mkdir -p $XDG_DATA_HOME/zsh