Home

Awesome

prezto-last-working-dir module

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.

Installation

  1. Launch Zsh:

    zsh
    
  2. Clone the repository into the Prezto modules folder:

    git clone https://github.com/JoniVanderheijden/prezto-last-working-dir.git "${ZDOTDIR:-$HOME}/.zprezto/modules"
    
  3. Add prezto-last-working-dir to the modules section of ${ZDOTDIR:-$HOME}/.zpreztorc:

zstyle ':prezto:load' pmodule \
  ...other modules
  'prezto-last-working-dir'