summaryrefslogtreecommitdiff
path: root/dot_zshrc.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'dot_zshrc.tmpl')
-rw-r--r--dot_zshrc.tmpl3
1 files changed, 3 insertions, 0 deletions
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)"