A simple set of Zsh functions to set, show, and change into a persistent working directory that spans multiple shell instances.
- Zsh
Clone the repository to ~/.prwd
and add source $HOME/.prwd/prwd.zsh
to your ~/.zshrc
.
sw
Sets the persistent working directory
gw
Changes the shell's current working directory into the persistent working direcotry
lw
Prints the persistent working directory
Erik Nomitch: [email protected]