From aa36190d097533fc1b0a9b6773889260004f22eb Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Mon, 18 May 2020 09:25:54 +0200 Subject: [PATCH] /home/chosty instead of /home --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 4e65b68..54166a2 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/ source <(mmctl completion zsh)