diff --git a/.gitignore b/.gitignore index cd4278d..798fa0a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ tmux/.tmux .DS_Store +*.session diff --git a/zsh/.zprofile b/zsh/.zprofile index 5bb6bc6..6b27a6c 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -1,21 +1 @@ - 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. -