From 9a26f9159739dea01d79a7a7be6e6f96026d9489 Mon Sep 17 00:00:00 2001 From: Sebastian Bugge Date: Tue, 27 Jun 2023 08:55:23 +0200 Subject: [PATCH] source profile first so we can use bins added to path --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index f42c2e4..ee3144f 100644 --- a/.zshrc +++ b/.zshrc @@ -1,3 +1,5 @@ +source ~/.profile + export ZSH="$HOME/.oh-my-zsh" ZSH_THEME="afowler" @@ -66,8 +68,6 @@ fi export HISTFILESIZE=1000000000 export HISTSIZE=1000000000 -source ~/.profile source ~/.aliases - eval "$(starship init zsh)"