From 4b02a9ea19bdf5c0d133dc6f7b284720caacb3cf Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Mon, 3 Jun 2024 17:38:23 -0500 Subject: fix(zsh): never sourced the zprofile properly :/ --- dot_zshrc.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dot_zshrc.tmpl') diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 5c2798e..7cdaf30 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -124,5 +124,8 @@ alias l.='exa -a | egrep "^\."' # Kill Kodi with one command alias killkodi="kill -9 `ps aux | grep '/usr/lib/x86_64-linux-gnu/kodi/kodi.bin' -m 1 | tr -s ' ' | cut -d ' ' -f 2`" +# Source the zprofile +source $HOME/.zprofile + # Load Starship eval "$(starship init zsh)" -- cgit v1.2.3