scripts path for zsh

master
Elias Almqvist 4 months ago
parent ccd0755c8b
commit 6703e6cb0b
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 3
      nix-darwin/home.nix

@ -216,6 +216,9 @@
# Homebrew # Homebrew
export PATH="/usr/local/bin:/opt/homebrew/bin:$PATH" export PATH="/usr/local/bin:/opt/homebrew/bin:$PATH"
# Scripts path
export PATH="$HOME/.scripts:$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

Loading…
Cancel
Save