mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Minor fix
This commit is contained in:
parent
16f47e3907
commit
1b22e3241a
5 changed files with 15 additions and 6 deletions
|
|
@ -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 ###
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue