Skip to content
Snippets Groups Projects
Commit 418ff005 authored by Boman Romain's avatar Boman Romain
Browse files

merge README.*

parent f7a26a7f
No related branches found
No related tags found
No related merge requests found
# 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
```
This is the ~/bin directory of a linux account
----------------------------------------------
RoBo
INSTALL:
Please, add the following calls to the end of the .bashrc/.profile cfg 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment