Changes between Version 21 and Version 22 of TipAndDoc/console
- Timestamp:
- Apr 1, 2012 11:00:08 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/console
v21 v22 38 38 > * の "#!/bin/sh" に "--login" オプションを付加する 39 39 > しかし今回はもっと簡単に、せっかくこの中で "$HOME/.profile" が呼び出されているのだから、このファイルの中で ". $HOME/.bash_profile" することにした。これで、しばらく様子を見ることにする。 40 {{{#!sh 41 if [ -n "$BASH_VERSION" ]; then 42 # include .bash_profile if it exists 43 if [ -f "$HOME/.bash_profile" ]; then 44 . "$HOME/.bash_profile" 45 fi 46 fi 47 }}} 48 * これは、Debian Squeezeでは効果がなかった 49 40 50 = screen = 41 51 * [http://www.dekaino.net/screen/ Let's use SCREEN!]