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
I should point out that zsh and bash handle this sort of thing differently: Bash's approach is "Try to expand, but leave it unchanged if there's nothing to expand." Zsh, on the other hand, gives an error, e.g. zsh: no such user or named directory: foo. At least, this is the default behavior; I'm unaware if it can be changed (but would not be surprised if it can).
To handle file completion like this
ls ~userX/
.The text was updated successfully, but these errors were encountered: