mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-23 23:03:29 +02:00
Alias popd to remove deleted dirs from persistance
This commit is contained in:
+4
-1
@@ -16,4 +16,7 @@ dirpersistrestore () {
|
||||
|
||||
DIRSTACKSIZE=10
|
||||
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