Use .zsh extension on default files too so Zim compiles them

This commit is contained in:
Danielle McLean 2023-11-22 17:15:01 +11:00
parent 7f00932ea3
commit 60734cf717
Signed by: 00dani
GPG key ID: 52C059C3B22A753E
8 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
zlogout zlogout.zsh

View file

@ -1 +1 @@
zprofile zprofile.zsh

View file

@ -1 +1 @@
zshrc zshrc.zsh

View file

@ -30,4 +30,4 @@ fi
# The real zsh config lives in XDG_CONFIG_HOME! ;) # The real zsh config lives in XDG_CONFIG_HOME! ;)
: ${ZDOTDIR:=$XDG_CONFIG_HOME/zsh} : ${ZDOTDIR:=$XDG_CONFIG_HOME/zsh}
[[ $ZDOTDIR = $HOME ]] && ZDOTDIR=$XDG_CONFIG_HOME/zsh [[ $ZDOTDIR = $HOME ]] && ZDOTDIR=$XDG_CONFIG_HOME/zsh
source $ZDOTDIR/zshenv source $ZDOTDIR/zshenv.zsh