-
Notifications
You must be signed in to change notification settings - Fork 2
/
.zprofile
20 lines (14 loc) · 832 Bytes
/
.zprofile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Add .NET Core SDK tools
export PATH="$PATH:/Users/administrator/.dotnet/tools"
eval "$(/opt/homebrew/bin/brew shellenv)"
# Add .NET Core SDK tools
export PATH="$PATH:/Users/amantinband/.dotnet/tools"
##
# Your previous /Users/amantinband/.zprofile file was backed up as /Users/amantinband/.zprofile.macports-saved_2023-12-21_at_10:31:22
##
# MacPorts Installer addition on 2023-12-21_at_10:31:22: 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.
# MacPorts Installer addition on 2023-12-21_at_10:31:22: adding an appropriate MANPATH variable for use with MacPorts.
export MANPATH="/opt/local/share/man:$MANPATH"
# Finished adapting your MANPATH environment variable for use with MacPorts.