summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-06-30 11:14:25 -0500
committerZachIR <zachir@librem.one>2025-06-30 11:14:25 -0500
commitcea602eb3fd67496d2189c650a4f71ff0d4040c3 (patch)
treeecd67dfd233d5c28c4edfd5c5816afea54c4eec9 /zsh
parent2d4d0392647461866dd6fbe2a6bf553cefde4f04 (diff)
parent9ed20f04a91fe019f3a918289df444979bab77b4 (diff)
Merge branch 'master' into car
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 0e87993..f8fdac5 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -11,6 +11,7 @@ elif [ -d "$HOME/.zplug" ]; then
export ZPLUG_INSTALLED="y"
source "$HOME/.zplug/init.zsh"
fi
+[ -z "$XDG_CONFIG_HOME" ] && XDG_CONFIG_HOME="$HOME/.config"
HISTFILE="$XDG_CONFIG_HOME/zsh/hist"
SAVEHIST=1000
HISTSIZE=1000