diff options
author | tsxv478 <atci39@rambler.ru> | 2023-05-30 03:18:04 +0300 |
---|---|---|
committer | tsxv478 <atci39@rambler.ru> | 2023-05-30 03:18:04 +0300 |
commit | 61fcd41d80d435d4bab4a42e2699ad9a27d64d92 (patch) | |
tree | fc9b2ff390ca66ce00b547b5b5fd75633f7fb9f7 | |
parent | 5b99a853badf2186aa1fab127d4933d7fce82b58 (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 |