system changes
This commit is contained in:
parent
94d4dc1176
commit
a4cdad178e
1 changed files with 0 additions and 9 deletions
|
@ -54,15 +54,6 @@ Load extra code.
|
|||
initExtra = ''
|
||||
#+end_src
|
||||
|
||||
Configure Homebrew =llvm=.
|
||||
#+begin_src sh
|
||||
export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
|
||||
export CC='/opt/homebrew/opt/llvm/bin/clang'
|
||||
export CXX="$CC++"
|
||||
export LDFLAGS="$LDFLAGS -L/opt/homebrew/opt/llvm/lib -L/opt/homebrew/lib"
|
||||
export CPPFLAGS="$CPPFLAGS -I/opt/homebrew/opt/llvm/include -I/opt/homebrew/include"
|
||||
#+end_src
|
||||
|
||||
Create potential aliases and create the prompt.
|
||||
#+begin_src sh
|
||||
which lesspipe.sh &> /dev/null && export LESSOPEN="|lesspipe.sh %s"
|
||||
|
|
Loading…
Add table
Reference in a new issue