mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 11:32:58 +01:00
fix mix directory
This commit is contained in:
parent
4151abe4f3
commit
e1f930aa81
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ if set -q MZTE_ENV_SET
|
|||
end
|
||||
set -gx MZTE_ENV_SET
|
||||
|
||||
# mix should respect XDG standard
|
||||
export MIX_XDG=1
|
||||
|
||||
# use clang compiler
|
||||
export CC=clang
|
||||
export CXX=clang++
|
||||
|
|
Loading…
Reference in a new issue