mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-18 08:26:11 +01:00
xdg spec part I
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user