From b31adcc73419cc4d119898a5158f6c6986a04b0c Mon Sep 17 00:00:00 2001 From: mitty Date: Tue, 17 Nov 2009 01:39:58 +0000 Subject: [PATCH] * 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 --- .bash_profile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .bash_profile 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 -- 1.7.9.5