Minor fix

This commit is contained in:
js0ny 2024-10-30 19:59:18 +00:00
parent 16f47e3907
commit 1b22e3241a
5 changed files with 15 additions and 6 deletions

View file

@ -1,9 +1,12 @@
# ~/.config/zsh/.zshrc
# ln -s ~/.dotfiles/wsl/.zshrc ~/.config/zsh/.zshrc
# ln -s ~/.dotfiles/mac/.zshrc ~/.config/zsh/.zshrc
### Variables ###
export DOTFILES="$HOME/.dotfiles"
source $DOTFILES/zsh/*.zsh
export PATH=/opt/homebrew/bin:/opt/homebrew/sbin:$PATH
for file in $DOTFILES/zsh/*.zsh; do
source $file
done
export ARCHFLAGS="-arch arm64"
### Navigation ###