-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_zprofile
More file actions
14 lines (12 loc) · 804 Bytes
/
dot_zprofile
File metadata and controls
14 lines (12 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# MacPorts Installer addition on 2025-08-19_at_13:32:55: adding an appropriate PATH variable for use with MacPorts.
export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
# Finished adapting your PATH environment variable for use with MacPorts.
# Added by C.H. - Custom shell configuration
# Source custom configs
[ -f "$HOME/.config/shell/path" ] && . "$HOME/.config/shell/path"
[ -f "$HOME/.config/shell/env" ] && . "$HOME/.config/shell/env"
[ -f "$HOME/.config/shell/exports" ] && . "$HOME/.config/shell/exports"
[ -f "$HOME/.config/shell/aliases" ] && . "$HOME/.config/shell/aliases"
[ -f "$HOME/.config/shell/functions" ] && . "$HOME/.config/shell/functions"
[ -f "$HOME/.config/shell/prompt" ] && . "$HOME/.config/shell/prompt"
[ -f "$HOME/.config/shell/history" ] && . "$HOME/.config/shell/history"