added export.zsh
This commit is contained in:
parent
4819517676
commit
d84f84d6cd
2 changed files with 19 additions and 8 deletions
|
@ -1,3 +1,21 @@
|
||||||
|
# GPG
|
||||||
|
export GPG_TTY=$TTY
|
||||||
|
|
||||||
|
# History
|
||||||
|
export SAVEHIST=1048576
|
||||||
|
export HISTSIZE=1048576
|
||||||
|
export HISTFILE=$HOME/.cache/zsh/history
|
||||||
|
|
||||||
|
# Evalcache
|
||||||
|
export ZSH_EVALCACHE_DIR="$HOME/.cache/evalcache"
|
||||||
|
|
||||||
|
# Spacevim
|
||||||
|
export SPACEVIMDIR="$HOME/.config/spacevim/"
|
||||||
|
|
||||||
|
# Stuff
|
||||||
|
export FZF_MARKS_FILE=$HOME/.config/fzfmarks
|
||||||
|
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
||||||
|
|
||||||
# Sheldon
|
# Sheldon
|
||||||
export SHELDON_CONFIG_DIR="$HOME/.config/sheldon"
|
export SHELDON_CONFIG_DIR="$HOME/.config/sheldon"
|
||||||
#export SHELDON_CONFIG_FILE="$SHELDON_CONFIG_DIR/plugins.toml"
|
#export SHELDON_CONFIG_FILE="$SHELDON_CONFIG_DIR/plugins.toml"
|
||||||
|
|
|
@ -34,14 +34,7 @@ z4h install mroth/evalcache || return
|
||||||
z4h init || return
|
z4h init || return
|
||||||
|
|
||||||
# Export environment variables.
|
# Export environment variables.
|
||||||
export GPG_TTY=$TTY
|
z4h source $HOME/.config/zsh/export.zsh
|
||||||
export SAVEHIST=1048576
|
|
||||||
export HISTSIZE=1048576
|
|
||||||
export HISTFILE=$HOME/.cache/zsh/history
|
|
||||||
export ZSH_EVALCACHE_DIR="$HOME/.cache/evalcache"
|
|
||||||
export SPACEVIMDIR="$HOME/.config/spacevim/"
|
|
||||||
export FZF_MARKS_FILE=$HOME/.config/fzfmarks
|
|
||||||
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
|
||||||
|
|
||||||
# Source additional local files if they exist.
|
# Source additional local files if they exist.
|
||||||
z4h source $HOME/.config/local/env.zsh
|
z4h source $HOME/.config/local/env.zsh
|
||||||
|
|
Loading…
Add table
Reference in a new issue