Skip to content

Commit

Permalink
chore: set Downloads for new finder windows
Browse files Browse the repository at this point in the history
  • Loading branch information
okaufmann committed Mar 29, 2024
1 parent efac0a3 commit 6915248
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dot_zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,15 @@ for file in ~/.dotfiles-custom/shell/.{exports,aliases,functions,zshrc}; do
[ -r "$file" ] && [ -f "$file" ] && source "$file"
done
unset file


# Herd injected PHP 8.3 configuration.
export HERD_PHP_83_INI_SCAN_DIR="/Users/okaufmann/Library/Application Support/Herd/config/php/83/"


# Herd injected PHP binary.
export PATH="/Users/okaufmann/Library/Application Support/Herd/bin/":$PATH


# Herd injected PHP 8.2 configuration.
export HERD_PHP_82_INI_SCAN_DIR="/Users/okaufmann/Library/Application Support/Herd/config/php/82/"

0 comments on commit 6915248

Please sign in to comment.