myconfig

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

commit dd52782508bb3159606f3d55f316ca53f84cfef6
parent c2c17718ccd26d1c864a2b1363cb78b4711c5b86
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri,  1 May 2020 15:11:55 +0200

.local

Diffstat:
zsh/path | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/zsh/path b/zsh/path @@ -1,16 +1,16 @@ #!/bin/bash -PATH=~/bin_private:~/bin:~/local/bin/:~/local/usr/bin/:~/local/usr/local/bin:$PATH:/sbin:/usr/sbin:~/.subuser/bin +PATH=~/bin_private:~/bin:~/local/bin/:~/local/usr/bin/:~/local/usr/local/bin:~/.local/bin/:~/.local/usr/bin/:~/.local/usr/.local/bin:$PATH:/sbin:/usr/sbin:~/.subuser/bin export PATH -LD_LIBRARY_PATH=~/local/lib:~/local/usr/lib:~/local/usr/local/lib:/usr/local/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH +LD_LIBRARY_PATH=~/local/lib:~/local/usr/lib:~/local/usr/local/lib:/usr/local/lib/x86_64-linux-gnu/:~/.local/usr/lib:~/.local/usr/.local/lib:/usr/.local/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH export LD_LIBRARY_PATH -C_INCLUDE_PATH=~/local/usr/include:~/local/usr/local/include:$C_INCLUDE_PATH +C_INCLUDE_PATH=~/local/usr/include:~/local/usr/local/include:~/.local/usr/include:~/.local/usr/local/include:$C_INCLUDE_PATH export C_INCLUDE_PATH -CPP_INCLUDE_PATH=~/local/usr/include:~/local/usr/local/include:$CPP_INCLUDE_PATH +CPP_INCLUDE_PATH=~/local/usr/include:~/local/usr/local/include:~/.local/usr/include:~/.local/usr/local/include:$CPP_INCLUDE_PATH export CPP_INCLUDE_PATH -MANPATH=~/local/share/man:$MANPATH +MANPATH=~/local/share/man:~/.local/share/man:$MANPATH export MANPATH -INFOPATH=~/local/share/info:$INFOPATH +INFOPATH=~/local/share/info:~/.local/share/info:$INFOPATH export INFOPATH export PATH="$HOME/.cargo/bin:$PATH"