From 6881c39d98e612d92e14ac03e921f9585ad0a201 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 13 Aug 2018 11:49:43 +0200 Subject: [PATCH] Also install zprofile --- meta/configs/profile.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/configs/profile.yaml b/meta/configs/profile.yaml index 79d041c..c4941df 100644 --- a/meta/configs/profile.yaml +++ b/meta/configs/profile.yaml @@ -1,3 +1,4 @@ - link: - ~/.profile: shells/profile + ~/.profile: shells/profile + ~/.zprofile: shells/profile # vim: set filetype=yaml ts=4 sw=4 tw=0 et :