Commit 870551e9 authored by Matt Cable's avatar Matt Cable
Browse files

Alias popd to remove deleted dirs from persistance

parent a0a8ba66
......@@ -16,4 +16,7 @@ dirpersistrestore () {
DIRSTACKSIZE=10
setopt autopushd pushdminus pushdsilent pushdtohome pushdignoredups
dirpersistrestore
\ No newline at end of file
dirpersistrestore
# Make popd changes permanent without having to wait for logout
alias popd="popd;dirpersiststore"
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment