Feat: import zsh config

This commit is contained in:
2021-07-13 07:12:48 +02:00
parent 356daffed6
commit 4cf32368a5
10 changed files with 561 additions and 0 deletions

17
zsh/.zshenv Normal file
View File

@@ -0,0 +1,17 @@
export TERM='rxvt-256color'
# XDG
export XDG_CONFIG_HOME=$HOME/.config
# editor
export EDITOR="nvim"
export VISUAL="nvim"
# zsh
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
export HISTFILE="$ZDOTDIR/.zhistory" # History filepath
export HISTSIZE=10000 # Maximum events for internal history
export SAVEHIST=10000 # Maximum events in history file