From 61fcd41d80d435d4bab4a42e2699ad9a27d64d92 Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Tue, 30 May 2023 03:18:04 +0300 Subject: fix path --- zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zprofile b/zprofile index 1669ebd..fe949dd 100644 --- a/zprofile +++ b/zprofile @@ -1,7 +1,7 @@ export TERMINAL='st' export EDITOR='nvim' export BROWSER='brave' -export PATH="/home/atx71/.local/bin:$PATH" +export PATH="$PATH:$HOME/.local/bin" export GOPATH="$HOME/.local/share/go" export ANSIBLE_CONFIG="$HOME/.config/ansible/ansible.cfg" export WINEDEBUG=-all -- cgit v1.2.3