tobadavid / linuxbin

Common scripts and config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Common scripts and config files

License:GNU Lesser General Public License v2.1


Languages

Language:Python 97.9%Language:Shell 1.8%Language:CMake 0.3%