treewide: override several programs to conform to xdg dir spec
This commit is contained in:
@@ -13,7 +13,9 @@
|
||||
'';
|
||||
|
||||
# TODO: Regenerate zcompdump with a systemd timer
|
||||
completionInit = "autoload -Uz compinit && compinit -C";
|
||||
completionInit = ''
|
||||
autoload -Uz compinit && compinit -C -d "${config.xdg.cacheHome}/zsh/zcompdump-$ZSH_VERSION"
|
||||
'';
|
||||
|
||||
history = {
|
||||
extended = true;
|
||||
|
||||
Reference in New Issue
Block a user