diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2025-01-03 01:59:48 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2025-01-03 01:59:48 -0600 |
commit | a4cdad178e54698c1dc939a8c4567a864bf4cf77 (patch) | |
tree | 1b8cc1301cf0a7c7c923cf6ff2e4befd24785766 /common/.flake/home/programs/zsh.nix.org | |
parent | 94d4dc11761a26c8da18aa9beec2b11f7bcdfd50 (diff) |
system changes
Diffstat (limited to 'common/.flake/home/programs/zsh.nix.org')
-rw-r--r-- | common/.flake/home/programs/zsh.nix.org | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/common/.flake/home/programs/zsh.nix.org b/common/.flake/home/programs/zsh.nix.org index 7e45d57..6b8d5ea 100644 --- a/common/.flake/home/programs/zsh.nix.org +++ b/common/.flake/home/programs/zsh.nix.org @@ -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" |