add .zprofile to the list of startup files

zim does not use/modify `.zprofile` in it's templates.
for completeness/performance the `.zprofile` should be compiled/cleaned if present.

ref: (zsh startup files)[http://zsh.sourceforge.net/Intro/intro_3.html]
This commit is contained in:
Marko Kaznovac 2020-01-08 14:19:52 +01:00 committed by GitHub
parent 0213f77805
commit 3603f4997f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ class Zim
def initialize
@home = "${ZDOTDIR:-${HOME}}"
@min_zsh_version = "5.2"
@startup_files_glob = ".z(shenv|shrc|login|logout)"
@startup_files_glob = ".z(shenv|profile|shrc|login|logout)"
@version = "1.0.0"
@ellipsis = " ..."
@okay = "%F{green})%f "