23
11

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 3 years have passed since last update.

こんにちは、ヤマウチです!
windowsユーザーだった僕は、ついに憧れのmacを手にしました。
やったぜ

ということで色々ツールとかダウンロードしてなんかのタイミングでコマンドを打ったら

zsh: command not found: ls

まじかよ

.zshrcを編集

homeディレクトリに.zshrcがあるかどうか確認しましょう。

% ls -la ~
zsh: command not found: ls

知ってた

ということでfinderでも使って確認してください。
あればそれを、なければ作成して以下の内容を追記しましょう。

PATH=/bin:/usr/bin:/usr/local/bin:${PATH}
export PATH

これでOK。

ということでmacライフを楽しみます\(^^)/

23
11
2

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
23
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?