Changes between Version 19 and Version 20 of TipAndDoc/console


Ignore:
Timestamp:
Apr 1, 2012 10:50:59 PM (12 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/console

    v19 v20  
    3434 > }}} 
    3535 
     36 * [http://fumixlog.blogspot.jp/2009/09/gdm-bashprofile.html インストールと設定の備忘録(第二部): gdm 経由でログインすると .bash_profile が実行されない] 
     37 > * 直接この中で .bash_profile を呼び出す 
     38 > * の "#!/bin/sh" に "--login" オプションを付加する 
     39 > しかし今回はもっと簡単に、せっかくこの中で "$HOME/.profile" が呼び出されているのだから、このファイルの中で ". $HOME/.bash_profile" することにした。 
     40これで、しばらく様子を見ることにする。 
    3641 = screen = 
    3742 * [http://www.dekaino.net/screen/ Let's use SCREEN!]