diff --git a/.config/path b/.config/path index 38d7a67..a318d72 100644 --- a/.config/path +++ b/.config/path @@ -1,11 +1,11 @@ # my executables -PATH=/home/vtimofei/scripts:$PATH -PATH=/home/vtimofei/bin:$PATH -PATH=/home/vtimofei/.local/bin:$PATH +PATH="$HOME/scripts:$PATH" +PATH="$HOME/bin:$PATH" +PATH="$HOME/.local/bin:$PATH" # go env PATH=$PATH:/usr/local/go/bin -GOPATH=/home/vtimofei/go +GOPATH="$HOME/go" GOBIN=${GOPATH}/bin PATH=$GOBIN:$PATH