linuxbin
Common scripts and config files
This is the ~/bin
directory of a linux account
Install
Please, add the following calls to the end of the ~/.bashrc
and ~/.profile
files
.profile: (PATH and other env vars)
. $HOME/bin/cfg/loop.sh ; fct_loop profile $* ; unset fct_loop
.bashrc: (interactive stuffs)
. ~/bin/cfg/loop.sh ; fct_loop bashrc $* ; unset fct_loop
Other links
mkdir ~/.subversion
rm ~/.subversion/config
ln -s ~/bin/svn/config ~/.subversion/config