|
|
@ -102,6 +102,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
# Development stuff |
|
|
|
# Development stuff |
|
|
|
gh |
|
|
|
gh |
|
|
|
|
|
|
|
# gnat |
|
|
|
|
|
|
|
|
|
|
|
# c/c++ |
|
|
|
# c/c++ |
|
|
|
# gcc |
|
|
|
# gcc |
|
|
@ -240,10 +241,10 @@ |
|
|
|
export PATH="$PATH:$HOME/.ghcup/bin" |
|
|
|
export PATH="$PATH:$HOME/.ghcup/bin" |
|
|
|
|
|
|
|
|
|
|
|
# Super hacky and fucking stupid way of doing things - stuff |
|
|
|
# Super hacky and fucking stupid way of doing things - stuff |
|
|
|
export PATH="/usr/local/llvm/bin:$PATH" |
|
|
|
# export PATH="/usr/local/llvm/bin:$PATH" |
|
|
|
export LDFLAGS="-L/usr/local/llvm/lib $LDFLAGS" |
|
|
|
# export LDFLAGS="-L/usr/local/llvm/lib $LDFLAGS" |
|
|
|
export CPPFLAGS="-I/usr/local/llvm/include $CPPFLAGS" |
|
|
|
# export CPPFLAGS="-I/usr/local/llvm/include $CPPFLAGS" |
|
|
|
export DYLD_LIBRARY_PATH="/usr/local/llvm/lib:$DYLD_LIBRARY_PATH" |
|
|
|
# export DYLD_LIBRARY_PATH="/usr/local/llvm/lib:$DYLD_LIBRARY_PATH" |
|
|
|
|
|
|
|
|
|
|
|
# Nix |
|
|
|
# Nix |
|
|
|
if [ -e /etc/profile.d/nix.sh ]; then . /etc/profile.d/nix.sh; fi |
|
|
|
if [ -e /etc/profile.d/nix.sh ]; then . /etc/profile.d/nix.sh; fi |
|
|
|