Update '.zshrc'
This commit is contained in:
parent
26b2bc6190
commit
90a111f8b9
4
.zshrc
4
.zshrc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user