Skip to content
Snippets Groups Projects
Commit 51bf1790 authored by Dominik Boemer's avatar Dominik Boemer
Browse files

Update of README.md

parent c7567002
No related branches found
Tags v3047
No related merge requests found
# linuxbin
Common scripts and config files
This is the `~/bin` directory of a linux account
This is the `~/bin` directory of a linux account. On linux, you have to rename it from linuxbin to bin for the following commands to work.
## Install
......@@ -13,14 +14,11 @@ Please, add the following calls to the end of the `~/.bashrc` and `~/.profile` f
```
.bashrc: (interactive stuffs)
```
. ~/bin/cfg/loop.sh ; fct_loop bashrc $* ; unset fct_loop
. $HOME/bin/cfg/loop.sh ; fct_loop bashrc $* ; unset fct_loop
```
## Other links
```
mkdir ~/.subversion
rm ~/.subversion/config
ln -s ~/bin/svn/config ~/.subversion/config
```
On linux, do not forget to link the Metafor licence before launching the battery.
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