mirror of
https://github.com/sorin-ionescu/prezto.git
synced 2025-03-22 17:45:42 +08:00
Alias popd to remove deleted dirs from persistance
This commit is contained in:
parent
0055b01bfa
commit
751f34c962
@ -17,3 +17,6 @@ dirpersistrestore () {
|
|||||||
DIRSTACKSIZE=10
|
DIRSTACKSIZE=10
|
||||||
setopt autopushd pushdminus pushdsilent pushdtohome pushdignoredups
|
setopt autopushd pushdminus pushdsilent pushdtohome pushdignoredups
|
||||||
dirpersistrestore
|
dirpersistrestore
|
||||||
|
|
||||||
|
# Make popd changes permanent without having to wait for logout
|
||||||
|
alias popd="popd;dirpersiststore"
|
Loading…
x
Reference in New Issue
Block a user