From 3603f4997fc1e4056e44224b915479de23955208 Mon Sep 17 00:00:00 2001 From: Marko Kaznovac Date: Wed, 8 Jan 2020 14:19:52 +0100 Subject: [PATCH] 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] --- src/zimfw.zsh.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zimfw.zsh.erb b/src/zimfw.zsh.erb index 780c3a9..f14acec 100644 --- a/src/zimfw.zsh.erb +++ b/src/zimfw.zsh.erb @@ -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 "