# Flag indicating if we've previously jumped to last directory.
typeset -g ZSH_LAST_WORKING_DIRECTORY
# Flag indicating if we've previously jumped to last directory.
typeset -g ZSH_LAST_WORKING_DIRECTORY
local cache_file="$ZSH/cache/last-working-dir"
# Updates the last directory once directory is changed.
local cache_file="$ZSH/cache/last-working-dir"
# Updates the last directory once directory is changed.