mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 01:37:14 +01:00
10 lines
208 B
Plaintext
10 lines
208 B
Plaintext
|
# Set architecture flags
|
||
|
export ARCHFLAGS="-arch x86_64"
|
||
|
|
||
|
# Prefer US English and use UTF-8
|
||
|
export LC_ALL="en_US.UTF-8"
|
||
|
export LANG="en_US"
|
||
|
|
||
|
# LSCOLORS
|
||
|
export CLICOLOR=1
|
||
|
export LSCOLORS=gxfxcxdxbxegedabagacad
|