myconfig

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

commit d44cfd8c278ef4ea6ebc4b953fa3266912d736b7
parent 8258757582694c8251c78ac52050307dbc0cf7f1
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sun, 19 May 2019 22:58:38 +0200

+rust

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

diff --git a/zsh/path b/zsh/path @@ -8,3 +8,6 @@ MANPATH=~/local/share/man:$MANPATH export MANPATH INFOPATH=~/local/share/info:$INFOPATH export INFOPATH + +export PATH="$HOME/.cargo/bin:$PATH" +