Use .zsh extension on default files too so Zim compiles them
This commit is contained in:
parent
7f00932ea3
commit
60734cf717
8 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
zlogout
|
zlogout.zsh
|
|
@ -1 +1 @@
|
||||||
zprofile
|
zprofile.zsh
|
|
@ -1 +1 @@
|
||||||
zshrc
|
zshrc.zsh
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue