Move the zsh configuration to ~/.config/zsh
This commit is contained in:
parent
0844e03dd4
commit
3bd28fba99
3 changed files with 7 additions and 1 deletions
8
.zshenv
8
.zshenv
|
@ -1,11 +1,17 @@
|
|||
export HISTFILE="$HOME/.zsh_history"
|
||||
# ZSH configuration
|
||||
export ZDOTDIR="$HOME/.config/zsh"
|
||||
|
||||
# History
|
||||
export HISTFILE="$HOME/.config/zsh/.zsh_history"
|
||||
export HISTSIZE=5000
|
||||
export SAVEHIST=100000
|
||||
|
||||
# CLI config
|
||||
export CLICOLOR=1
|
||||
export EDITOR='vim'
|
||||
export PAGER='less'
|
||||
|
||||
# Packaging
|
||||
export USER_NICKNAME="Rodolphe Bréard"
|
||||
export DEBEMAIL="packages+deb@what.tf"
|
||||
export DEBFULLNAME="$USER_NICKNAME"
|
||||
|
|
Loading…
Reference in a new issue