dircycle: fix error on insert-cycledleft if dirstack is empty
This commit is contained in:
parent
0b340bc3a5
commit
6685aac42c
@ -9,6 +9,8 @@
|
|||||||
# pushd -N: start counting from right of `dirs' output
|
# pushd -N: start counting from right of `dirs' output
|
||||||
|
|
||||||
switch-to-dir () {
|
switch-to-dir () {
|
||||||
|
[[ ${#dirstack} -eq 0 ]] && return
|
||||||
|
|
||||||
while ! builtin pushd -q $1 &>/dev/null; do
|
while ! builtin pushd -q $1 &>/dev/null; do
|
||||||
# We found a missing directory: pop it out of the dir stack
|
# We found a missing directory: pop it out of the dir stack
|
||||||
builtin popd -q $1
|
builtin popd -q $1
|
||||||
|
Loading…
Reference in New Issue
Block a user