From 4529a2944ab9c3facb4ebe428979038c89327a82 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Thu, 4 Jun 2020 16:38:19 +0200 Subject: [PATCH] Add local bin to PATH --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 54166a2..a9472eb 100644 --- a/.zshrc +++ b/.zshrc @@ -116,6 +116,6 @@ alias ldap_pica='sudo ssh -L 389:localhost:389 qduchemi@monitoring.picasoft.net eval "$(ssh-agent -s -t 3600)" &>/dev/null alias lt='ls -lath' -export PATH=${PATH}:~/picasoft/pass:$HOME/go/bin/ +export PATH=${PATH}:~/picasoft/pass:$HOME/go/bin/:$HOME/.local/bin source <(mmctl completion zsh)