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! ;)
: ${ZDOTDIR:=$XDG_CONFIG_HOME/zsh}
[[ $ZDOTDIR = $HOME ]] && ZDOTDIR=$XDG_CONFIG_HOME/zsh
source $ZDOTDIR/zshenv
source $ZDOTDIR/zshenv.zsh