Commit graph

5 commits

Author SHA1 Message Date
5c13c69a84
Load a meaningless zle-line-init early so we won't ever get warnings about it being missing 2016-10-07 09:54:42 +11:00
b2f5ca7a50
Move quotes file into XDG_CACHE_HOME 2016-10-06 11:26:25 +11:00
8c086193e6 Move zplug into $XDG_CACHE_HOME (everything it stores can be refetched)
The only exception is that ZPLUG_LOADFILE, which by default lives in
ZPLUG_HOME, is a configuration file. I don't use it yet but might soon;
fortunately it can be reconfigured to live somewhere else such as in
$XDG_CONFIG_HOME.
2016-10-06 09:41:22 +11:00
1cb0d74a1e Move rupa/z state file into $XDG_DATA_HOME instead of ~ 2016-10-06 09:27:18 +11:00
8273e0ce15 Migrate zsh config to XDG base dir location
.zshenv still needs to live in ~ for bootstrapping, but everything else
is now squirrelled away in ~/.config/zsh instead.

Note that zplug still lives in ~/.zplug - it should be relocated too but
hasn't been yet.
2016-10-06 09:21:16 +11:00