diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2023-05-30 03:18:04 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2023-05-30 03:18:04 +0300 |
commit | 73acb27ff79f1ccf33cd7413ab08f598398aea3d (patch) | |
tree | fc9b2ff390ca66ce00b547b5b5fd75633f7fb9f7 | |
parent | e4dbedce1b32d41f7e16652cc458f1421c0d42a5 (diff) |
fix path
-rw-r--r-- | zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |