LoginSignup
10
11

More than 5 years have passed since last update.

MacでPATH設定間違えたとき

Posted at

PATHの設定間違えた

  • .zshrcなどでパスの設定を書き間違えて保存
  • source ~/.zshrcしちゃった
  • lsもmvもrmも使えなくなって詰んだ\(^o^)/

焦らずにPATHを再設定

$ export PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"

間違えた箇所を修正する

$ vi .zshrc

PATHの書き間違えには気をつけましょう…

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