Update dot_config/zsh/export.zsh

Update dot_zshrc
This commit is contained in:
eeleater 2021-10-23 14:08:13 +02:00
parent 8486a9e01f
commit e38a6257f7
2 changed files with 17 additions and 19 deletions

View file

@ -2,7 +2,6 @@
export GPG_TTY=$TTY
# History
mkdir -p "$HOME/.cache/zsh" &>/dev/null
export SAVEHIST=1048576
export HISTSIZE=1048576
@ -18,6 +17,9 @@ export SPACEVIMDIR="$HOME/.config/spacevim/"
export FZF_MARKS_FILE="$HOME/.config/fzfmarks"
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
export LESSHISTFILE="-"
export OMZ="$Z4H/ohmyzsh/ohmyzsh"
export OMZP="$OMZ/plugins"
export OMZL="$OMZ/lib"
# Sheldon
export SHELDON_CONFIG_DIR="$HOME/.config/sheldon"