Skip to content
Snippets Groups Projects
Commit f4775a13 authored by Papeleux Luc's avatar Papeleux Luc
Browse files

Merge branch 'papeleux' of gitlab.uliege.be:am-dept/linuxbin into papeleux

parents a88974db e4940524
No related branches found
Tags v3049
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