diff options
Diffstat (limited to '.config/env')
-rw-r--r-- | .config/env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/env b/.config/env index 7811660..8883d71 100644 --- a/.config/env +++ b/.config/env @@ -1,5 +1,5 @@ # PATH -export PATH="$HOME"/.local/bin:"$PATH" +export PATH="$HOME"/.local/bin:"$PATH":/usr/local/llvm11/bin # Apps export EDITOR='nvim' |