Skip to content

Commit

Permalink
Update dot_zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
wardnath authored Nov 27, 2024
1 parent c4c6b14 commit a85d334
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chezmoi/dot_zshrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
eval "$(devbox global shellenv --init-hook)"

source ~/.config/aux-zsh-completions/stdout-completions.zsh

export PATH="/nix/var/nix/profiles/default/bin:/usr/local/bin:/usr/local/sbin:${HOME}/.local/bin:$PATH"

export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$(find /nix/store -regex '.*libstd.*' -type f -exec dirname {} \; -quit | tr '\n' ':')"

0 comments on commit a85d334

Please sign in to comment.