xdg spec part I

This commit is contained in:
2024-08-20 14:35:40 +02:00
parent ae6dda30c6
commit e81925cb24
30 changed files with 96 additions and 2440 deletions

View File

@@ -6,7 +6,7 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]
fi
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTFILE=~/.local/state/zsh/histfile
HISTSIZE=10000000
SAVEHIST=10000000
setopt extendedglob
@@ -180,3 +180,7 @@ eval "$(zoxide init zsh)"
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.config/zsh/.p10k.zsh ]] || source ~/.config/zsh/.p10k.zsh
# . "$HOME/.cargo/env"
. "/home/mike/.local/share/cargo/env"