Keeps track of the last used working directory and automatically jumps into it
for new shells, unless the starting directory is not $HOME
.
Also adds a lwd
function to jump to the last working directory.
-
Launch Zsh:
zsh
-
Clone the repository into the Prezto modules folder:
git clone https://github.com/JoniVanderheijden/prezto-last-working-dir.git "${ZDOTDIR:-$HOME}/.zprezto/modules"
-
Add
prezto-last-working-dir
to the modules section of ${ZDOTDIR:-$HOME}/.zpreztorc:
zstyle ':prezto:load' pmodule \
...other modules
'prezto-last-working-dir'