* load ~/bin for custom user scripts
[lab.git] / .bash_profile
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