You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make zi cd with no arguments or with a -[[:digit:]] argument jump to
last or -2, or -3, etc. last visited directory with `zi cd …`. This
stack essentially works as `cd -[[:digit:]]` except that the last
dir on the stack is -1, not -0 (i.e.: just like Zsh array indices).
builtinpushd"$lines[count]"&&return 0 || +zinit-message "Failed to change dir to one of the last CWDs[{num}-$(($#lines-count+1)){rst}]: {pid}$lines[count]:t{rst}, skipping…"
2730
+
else
2731
+
+zinit-message "One of the last CWDs[{num}-$(($#lines-count+1)){rst}] ({pid}$lines[count]:t{rst}) doesn't exist, skipping…"
0 commit comments