0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

zsh no matches found error

Last updated at Posted at 2020-05-17

zsh で no matches found っていうエラーが出るとき

もうたくさん記事を書いている人がいるかもしれないけど、OSXをCatalinaにして、思い切ってzshを使ってみようと思い、運用二日目とかでワイルドカードを使おうとしたらしょうもないエラーが出たので忘備録として投稿しておきます。

こちらで色々議論されてますが、

.zshrcに

unsetopt nomatch

を追加。これで解決できるようです。rsyncとかscp使うときに*が使えないと困るもんね。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?