summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2023-05-30 03:18:04 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2023-05-30 03:18:04 +0300
commit73acb27ff79f1ccf33cd7413ab08f598398aea3d (patch)
treefc9b2ff390ca66ce00b547b5b5fd75633f7fb9f7
parente4dbedce1b32d41f7e16652cc458f1421c0d42a5 (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