1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-22 05:29:54 +00:00

Update executable_dot_zshrc

This commit is contained in:
Thomas A. Christensen II 2021-09-01 12:35:54 -05:00
parent 56db205f7d
commit a9f8e40cfd

View file

@ -9,6 +9,12 @@ if [ -f "$HOME/.modules" ]; then
source $HOME/.modules
fi
# User specific environment
if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]
then
export PATH="$HOME/.local/bin:$HOME/bin:$PATH"
fi
# Load the antigen library
if [[ ! -f "$HOME/.antigen.zsh" ]]; then
curl -L git.io/antigen > $HOME/.antigen.zsh