mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-05-11 05:55:17 +00:00
Alias popd to remove deleted dirs from persistance
This commit is contained in:
@@ -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"
|
||||||
Reference in New Issue
Block a user