source profile first so we can use bins added to path

This commit is contained in:
Sebastian Bugge 2023-06-27 08:55:23 +02:00
parent 23fbf04b26
commit 9a26f91597

4
.zshrc
View file

@ -1,3 +1,5 @@
source ~/.profile
export ZSH="$HOME/.oh-my-zsh" export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="afowler" ZSH_THEME="afowler"
@ -66,8 +68,6 @@ fi
export HISTFILESIZE=1000000000 export HISTFILESIZE=1000000000
export HISTSIZE=1000000000 export HISTSIZE=1000000000
source ~/.profile
source ~/.aliases source ~/.aliases
eval "$(starship init zsh)" eval "$(starship init zsh)"