Merge branch 'main' of codeberg.org:aleidk/dots
This commit is contained in:
commit
59004c4ac4
22 changed files with 5840 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue