Friday, December 20, 2024

macos – Reset default terminal listing Mac Ventura 13.6.7

I had earlier modified the default listing my terminal opens up in to a selected sub folder in Paperwork irrespective of when or the way you open a brand new terminal. I need to reset it again to the default habits and I am do not bear in mind how I set the default to start with.

Are there another locations that might setting my terminal listing on begin up?

I’ve already reset the terminal profile again to to the default, checked $HOME continues to be default, and checked my .zshrc and .zprofile however do not see something there that will change the default listing on begin up.

.zshrc

# Add RVM to PATH for scripting. Be certain that is the final PATH variable change.
export PATH="/usr/native/decide/node@14/bin:$PATH"
export PATH="/usr/native/decide/[email protected]/bin:$PATH"
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
export PATH="$HOME/.native/bin:$PATH"

.zprofile

# Setting PATH for Python 2.7
# The unique model is saved in .zprofile.pysave
PATH="/Library/Frameworks/Python.framework/Variations/2.7/bin:${PATH}"
export PATH

alias python=python3

# Setting PATH for Python 3.10
# The unique model is saved in .zprofile.pysave
PATH="/Library/Frameworks/Python.framework/Variations/3.10/bin:${PATH}"
export PATH

setting image

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles