/linuxbin

Common scripts and config files

Primary LanguagePythonGNU Lesser General Public License v2.1LGPL-2.1

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