From 69652009a23c61e75e98a76cbe12014d9f9d3349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20=C3=87olako=C4=9Flu?= Date: Mon, 22 Feb 2021 09:37:45 +0300 Subject: [PATCH] re-added welcome.zsh on zshrc --- zsh/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/zshrc b/zsh/zshrc index 468f6efe..78939559 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -1,4 +1,5 @@ eval "$(direnv hook zsh)" >> /tmp/direnv +~/.scripts/welcome.sh # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. # Initialization code that may require console input (password prompts, [y/n] # confirmations, etc.) must go above this block; everything else may go below.