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.

Mac oh-my-zsh で補完するとおかしくなるとき

Last updated at Posted at 2017-10-05

概要

ls a と打った後に、タブで保管すると

lsls a

みたいな表示になってしまう。

これを解決したい

まとめ

LC_ALL を設定したらなおった。

.zshrc に以下を書いてみた。

export LC_ALL=ja_JP.UTF-8

他の環境変数でも良いのかもしれないが、これでうまくいった。

追記

.zshrc の中に以下のような記述があったので、コメントアウトしたところ、これでも動いた。

LANG でもよいようだ

# You may need to manually set your language environment
export LANG=en_US.UTF-8
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?