Move all non-standard paths for apps to one file.
This commit is contained in:
parent
267b3eb878
commit
c60a4e243f
2 changed files with 5 additions and 1 deletions
|
@ -11,7 +11,6 @@ setopt SHARE_HISTORY
|
||||||
export PATH=~/.local/bin:$PATH
|
export PATH=~/.local/bin:$PATH
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC'
|
export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC'
|
||||||
export LESSHISTFILE='/dev/null'
|
|
||||||
tabs 2
|
tabs 2
|
||||||
|
|
||||||
mkdir -p $XDG_DATA_HOME/zsh
|
mkdir -p $XDG_DATA_HOME/zsh
|
||||||
|
@ -22,6 +21,7 @@ zstyle ':completion:*' list-colors ''
|
||||||
source $ZDOTDIR/aliases.zsh
|
source $ZDOTDIR/aliases.zsh
|
||||||
source $ZDOTDIR/keys.zsh
|
source $ZDOTDIR/keys.zsh
|
||||||
source $ZDOTDIR/ssh.zsh
|
source $ZDOTDIR/ssh.zsh
|
||||||
|
source $ZDOTDIR/cleanhome.zsh
|
||||||
|
|
||||||
# modules
|
# modules
|
||||||
[ -f $XDG_CONFIG_HOME/fzf/fzf.zsh ] && source $ZDOTDIR/fzf.zsh
|
[ -f $XDG_CONFIG_HOME/fzf/fzf.zsh ] && source $ZDOTDIR/fzf.zsh
|
||||||
|
|
4
zsh/cleanhome.zsh
Normal file
4
zsh/cleanhome.zsh
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
export GNUPGHOME="$XDG_DATA_HOME/gnupg"
|
||||||
|
export XAUTHORITY="$XDG_CACHE_HOME/Xauthority"
|
||||||
|
export LESSHISTFILE='/dev/null'
|
||||||
|
export PASSWORD_STORE_DIR=$XDG_DATA_HOME/repos/pass
|
Loading…
Add table
Add a link
Reference in a new issue