2
2

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.

Tilda で新しいタブを開いた時に .bashrcを読み込むように設定。

Posted at

Mintでアコーディオンメニューみたいに画面上から落ちてくるターミナル「Tilda」が初期設定では.bash_profileを読み込んでくれなくて寂しかったので修正。

原因

Tildaが新しいタブを開いた時に.bash_profileを開かないのは、そもそも.bash_profileはログイン時に開くものだから正常な動作らしい。(んじゃ、なんでUbuntuとかMacだと読みこむの?という疑問の答えは知りません。)

解決策

タブ開いた時に呼び出すシェルをbashじゃなくてbash -lとログインオプションつけてログインしてることにしちゃいましょう。

Preferences->Title and CommandタブのCommand-.Custom Command:bash -lと入れればOK。

20140523.jpg

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?