source: lab.git/TipAndDoc/.bash_profile @ 8333ea0

trunk
Last change on this file since 8333ea0 was 8333ea0, checked in by mitty <mitty@…>, 13 years ago

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

  • Property mode set to 100644
File size: 146 bytes
RevLine 
[b31adcc]1# set PATH so it includes user's private bin if it exists
[df4fa7b]2if [ -d "$HOME/.bin" ] ; then
3    PATH="$HOME/.bin:$PATH"
[b31adcc]4fi
[766bb6a]5
[b31adcc]6/usr/bin/screen -d -RR -U
Note: See TracBrowser for help on using the repository browser.