From: mitty Date: Tue, 17 Nov 2009 01:39:58 +0000 (+0000) Subject: * load ~/bin for custom user scripts X-Git-Tag: r89-trunk~54 X-Git-Url: http://lab.mitty.jp/git/?a=commitdiff_plain;h=b31adcc73419cc4d119898a5158f6c6986a04b0c;p=lab.git * load ~/bin for custom user scripts * boot screen command on terminal login git-svn-id: https://lab.mitty.jp/svn/lab/trunk@26 7d2118f6-f56c-43e7-95a2-4bb3031d96e7 --- diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..fcc5442 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,6 @@ +# set PATH so it includes user's private bin if it exists +if [ -d "$HOME/bin" ] ; then + PATH="$HOME/bin:$PATH" +fi +# /usr/bin/script ~/.script/`date +%y-%m-%d_%H%M%S`.log +/usr/bin/screen -d -RR -U