mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-15 17:51:01 +00:00
8 lines
255 B
Text
8 lines
255 B
Text
# System-wide profile for interactive zsh(1) login shells.
|
|
|
|
# Setup user specific overrides for this in ~/.zprofile. See zshbuiltins(1)
|
|
# and zshoptions(1) for more details.
|
|
|
|
if [ -x /usr/libexec/path_helper ]; then
|
|
eval `/usr/libexec/path_helper -s`
|
|
fi
|