source: lab.git/.bash_profile @ b31adcc

trunk
Last change on this file since b31adcc was b31adcc, checked in by mitty <mitty@…>, 15 years ago
  • 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

  • Property mode set to 100644
File size: 199 bytes
Line 
1# set PATH so it includes user's private bin if it exists
2if [ -d "$HOME/bin" ] ; then
3    PATH="$HOME/bin:$PATH"
4fi
5# /usr/bin/script ~/.script/`date +%y-%m-%d_%H%M%S`.log
6/usr/bin/screen -d -RR -U
Note: See TracBrowser for help on using the repository browser.