update some stuff

This commit is contained in:
2025-10-09 21:58:01 -03:00
parent abdac8f5f7
commit 16fe1dbe78
3 changed files with 8 additions and 6 deletions

View File

@@ -17,6 +17,7 @@ alias gs='git status'
alias v='nvim'
[ -f ~/.zshrc.local ] && source ~/.zshrc.local
[ -f /etc/profile.d/vulkan-sdk.sh ] && source /etc/profile.d/vulkan-sdk.sh
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++