mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
zsh: rearrange files into sane XDG dirs
Move non-config into XDG_DATA_HOME including Antigen and ZSH history files. Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
1
.profile
1
.profile
@ -21,6 +21,7 @@ export VISUAL="vim"
|
||||
# Override paths for non-compliant programs
|
||||
# https://wiki.archlinux.org/index.php/XDG_Base_Directory_support
|
||||
|
||||
export ADOTDIR="$XDG_DATA_HOME/zsh/antigen"
|
||||
export CARGO_HOME="$XDG_DATA_HOME/cargo"
|
||||
export GNUPGHOME="$XDG_CONFIG_HOME/gnupg"
|
||||
export GOPATH="$XDG_DATA_HOME/go"
|
||||
|
Reference in New Issue
Block a user