Merge branch 'main' of codeberg.org:aleidk/dots

This commit is contained in:
Alexander Navarro 2024-02-18 11:09:24 -03:00
commit 59004c4ac4
22 changed files with 5840 additions and 10 deletions

View file

@ -34,6 +34,10 @@ update_path "$HOME/.local/share/rtx/shims"
. "$HOME/.cargo/env"
if [[ "$DOTS/config/zsh/zprofile.local" -e ]]; then
source "$DOTS/config/zsh/zprofile.local"
fi
if [[ $OSTYPE =~ 'darwin' ]]; then
eval "$(/opt/homebrew/bin/brew shellenv)"
fi