ubuntu - How to set default directory for when I open a new gnome-terminal with zsh? -
when open new gnome terminal loads zsh
, puts me in home directory (~
). if cd
around , press ctrl+shift+t opens new tab in same directory last tab. behaviour, instead of starting in home dir, want start in other dir. how can this?
i can't put cd
command in ~/.zshrc
because run when open new tab, , can't put in ~/.zprofile
because doesn't run when open new terminal. how do it?
Comments
Post a Comment