summaryrefslogtreecommitdiff
path: root/dot_zshrc.tmpl
diff options
context:
space:
mode:
authorIbrahim Muftee <ibrahim@muftee.net>2024-06-03 17:38:23 -0500
committerIbrahim Muftee <ibrahim@muftee.net>2026-07-01 00:23:31 -0400
commit4b02a9ea19bdf5c0d133dc6f7b284720caacb3cf (patch)
tree4f50f4a4761de6d4b8e369e8966912001f42ba61 /dot_zshrc.tmpl
parent8439f2224a61acc6c602b0dd0a08cb74eaddbc25 (diff)
fix(zsh): never sourced the zprofile properly :/
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)"