From 0846e0a0d2387eb64f86008749e287c16c8912f7 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Fri, 13 Aug 2021 15:50:20 -0300 Subject: [PATCH] zsh: ~/.profile dont need to be sourced by zshrc --- .zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.zshrc b/.zshrc index 1fc89e7..5367ab8 100644 --- a/.zshrc +++ b/.zshrc @@ -5,8 +5,6 @@ # \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire # -source ~/.profile - # Themes ZSH_THEME="robbyrussell"