Update '.zshrc'

This commit is contained in:
tk1rk 2023-05-20 04:30:29 +02:00
parent 26b2bc6190
commit 90a111f8b9
1 changed files with 2 additions and 2 deletions

4
.zshrc
View File

@ -1,6 +1,6 @@
#!/usr/bin/env zsh
export ZDOTDIR="$HOME/.config/zsh"
export ZDOTDIR=${HOME}/.config/zsh
[[ -f "$ZDOTDIR/.zshrc" ]] || source $ZDOTDIR/zshrc
[[ -f ${ZDOTDIR}/.zshrc ]] && source ${ZDOTDIR}/zshrc