mirror of
https://github.com/SoPat712/dotfiles.git
synced 2025-08-21 10:38:44 -04:00
zprofile,gitignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
tmux/.tmux
|
tmux/.tmux
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
*.session
|
||||||
|
@@ -1,21 +1 @@
|
|||||||
|
|
||||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
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