LoginSignup
17
17

More than 5 years have passed since last update.

まっさらなシェルを起動する

Posted at

環境変数とかそのあたりでビルドがこけるときにまっさらな環境でやりたい時に

# bash
env -i bash --norc

# zsh
env -i zsh --no-rcs
17
17
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
17
17