myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit aa5be7cbf5e942c8df3a55ebf4437a6d795d4ff2
parent 68d455d2b524c1a23b5039fed02aa940f17a1b2d
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Mon, 16 Mar 2020 11:51:22 +0100

Merge branch 'master' of a3nm.net:git/myconfig

Diffstat:
apt/devel | 2++
apt/headless | 2+-
zsh/path | 2+-
3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/apt/devel b/apt/devel @@ -9,3 +9,5 @@ python-doc valgrind valgrind-dbg + +gcc-doc diff --git a/apt/headless b/apt/headless @@ -42,7 +42,7 @@ colortest # test terminal colors pypy csstidy unrar # non-free version -transmission-daemon +# transmission-daemon # often goes at 100% CPU for no reason... transmission-remote-cli localepurge # save space whois diff --git a/zsh/path b/zsh/path @@ -2,7 +2,7 @@ PATH=~/bin_private:~/bin:~/local/bin/:$PATH:/sbin:/usr/sbin:~/.subuser/bin export PATH -LD_LIBRARY_PATH=~/local/lib:$LD_LIBRARY_PATH +LD_LIBRARY_PATH=~/local/lib:/usr/local/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH export LD_LIBRARY_PATH MANPATH=~/local/share/man:$MANPATH export MANPATH