From 2cc3655493f6244754ff7d5c0fa13bf3dff48b9e Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Wed, 18 Aug 2021 22:03:01 -0300 Subject: [PATCH] zsh: make sure to source ~/.profile in zshrc this fix the issue of my tty not reading this file --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index b1f11e6..f08a9dd 100644 --- a/.zshrc +++ b/.zshrc @@ -5,6 +5,8 @@ # \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire # +source ~/.profile + # Themes ZSH_THEME="robbyrussell"