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
the location list replaces $HOME with ~; $HOME should not be considered for matching locations. if the path is under /home, typing h will show ~/a, ~/b... ~/h; it should only show ~/h, or other paths matching h besides /home.
The text was updated successfully, but these errors were encountered:
the location list replaces $HOME with
~
; $HOME should not be considered for matching locations. if the path is under/home
, typingh
will show~/a
,~/b
...~/h
; it should only show~/h
, or other paths matchingh
besides/home
.The text was updated successfully, but these errors were encountered: