Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 396 B

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