[Assorted-commits] SF.net SVN: assorted: [273] configs/trunk
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-01-30 05:47:54
|
Revision: 273 http://assorted.svn.sourceforge.net/assorted/?rev=273&view=rev Author: yangzhang Date: 2008-01-29 21:47:58 -0800 (Tue, 29 Jan 2008) Log Message: ----------- added reminders for .profile Modified Paths: -------------- configs/trunk/setup-defaults.bash configs/trunk/setup-yang.bash Added Paths: ----------- configs/trunk/src/profile Modified: configs/trunk/setup-defaults.bash =================================================================== --- configs/trunk/setup-defaults.bash 2008-01-29 08:11:33 UTC (rev 272) +++ configs/trunk/setup-defaults.bash 2008-01-30 05:47:58 UTC (rev 273) @@ -16,3 +16,4 @@ install .bashrc default.bashrc install .emacs default.emacs install .vimrc default.vimrc +# TODO install .profile default.profile Modified: configs/trunk/setup-yang.bash =================================================================== --- configs/trunk/setup-yang.bash 2008-01-29 08:11:33 UTC (rev 272) +++ configs/trunk/setup-yang.bash 2008-01-30 05:47:58 UTC (rev 273) @@ -20,3 +20,4 @@ install .Xdefaults Xdefaults install .synergy.conf synergy.conf install .unison unison +# TODO figure out a place to put the .profile Added: configs/trunk/src/profile =================================================================== --- configs/trunk/src/profile (rev 0) +++ configs/trunk/src/profile 2008-01-30 05:47:58 UTC (rev 273) @@ -0,0 +1,2 @@ +# TODO: set PATH, etc. here and not in .bashrc.... (or maybe both, in a common +# source file; find out whether bash's typically source profile as well) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |