mirror of
https://github.com/SoPat712/dotfiles.git
synced 2025-08-21 18:38:46 -04:00
qbit and vim
This commit is contained in:
21
zsh/.zprofile
Normal file
21
zsh/.zprofile
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
|
||||
|
||||
# Added by Toolbox App
|
||||
export PATH="$PATH:/Users/joshp/Library/Application Support/JetBrains/Toolbox/scripts"
|
||||
|
||||
|
||||
##
|
||||
# Your previous /Users/joshp/.zprofile file was backed up as /Users/joshp/.zprofile.macports-saved_2024-01-16_at_13:27:44
|
||||
##
|
||||
|
||||
# MacPorts Installer addition on 2024-01-16_at_13:27:44: 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 2024-01-16_at_13:27:44: 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.
|
||||
|
Reference in New Issue
Block a user