myconfig

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

commit b527e586d1db0c794d6d671a758df72cb4910636
parent d6369a93c13f0172a14e319be0ffb4c1ebb73876
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sun, 23 Feb 2020 22:04:40 +0100

todo

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