LoginSignup
1
2

More than 5 years have passed since last update.

zshでユーザ固有の設定

Last updated at Posted at 2013-11-20
~/.zshrc
[ -f ~/.zshrc.mine ] && source ~/.zshrc.mine

.zshrc を共有していてユーザ固有の環境変数などを定義したいとき、上記を書いておけば ~/.zshrc.mine があれば読み込んでくれる。

1
2
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
1
2