Update dot_zshrc

This commit is contained in:
eeleater 2021-08-17 06:51:24 +02:00
parent d503c78000
commit 5538443101

View file

@ -39,6 +39,7 @@ export GPG_TTY=$TTY
export SAVEHIST=1048576 export SAVEHIST=1048576
export HISTSIZE=1048576 export HISTSIZE=1048576
export HISTFILE=$HOME/.cache/zsh/history export HISTFILE=$HOME/.cache/zsh/history
export ZSH_EVALCACHE_DIR="$HOME/.cache/evalcache"
export SPACEVIMDIR="$HOME/.config/spacevim/" export SPACEVIMDIR="$HOME/.config/spacevim/"
export FZF_MARKS_FILE=$HOME/.config/fzfmarks export FZF_MARKS_FILE=$HOME/.config/fzfmarks
export MANPAGER="sh -c 'col -bx | bat -l man -p'" export MANPAGER="sh -c 'col -bx | bat -l man -p'"