* load ~/bin for custom user scripts
authormitty <mitty@7d2118f6-f56c-43e7-95a2-4bb3031d96e7>
Tue, 17 Nov 2009 01:39:58 +0000 (01:39 +0000)
committermitty <mitty@7d2118f6-f56c-43e7-95a2-4bb3031d96e7>
Tue, 17 Nov 2009 01:39:58 +0000 (01:39 +0000)
 * boot screen command on terminal login

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@26 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

.bash_profile [new file with mode: 0644]

diff --git a/.bash_profile b/.bash_profile
new file mode 100644 (file)
index 0000000..fcc5442
--- /dev/null
@@ -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