summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsxv478 <atci39@rambler.ru>2023-05-30 03:18:04 +0300
committertsxv478 <atci39@rambler.ru>2023-05-30 03:18:04 +0300
commit61fcd41d80d435d4bab4a42e2699ad9a27d64d92 (patch)
treefc9b2ff390ca66ce00b547b5b5fd75633f7fb9f7
parent5b99a853badf2186aa1fab127d4933d7fce82b58 (diff)
fix path
-rw-r--r--zprofile2
1 files changed, 1 insertions, 1 deletions
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