diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-01 18:42:54 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-01 18:42:54 +0100 |
commit | 1b55166af1e600a15b2b655e026c8948961be6d1 (patch) | |
tree | 3821cc3c82b069541b8352811928d88bccd15b08 /.config/env | |
parent | Cleaner (diff) | |
download | dotfiles-bsd-1b55166af1e600a15b2b655e026c8948961be6d1.tar.gz dotfiles-bsd-1b55166af1e600a15b2b655e026c8948961be6d1.tar.bz2 dotfiles-bsd-1b55166af1e600a15b2b655e026c8948961be6d1.tar.xz dotfiles-bsd-1b55166af1e600a15b2b655e026c8948961be6d1.tar.zst dotfiles-bsd-1b55166af1e600a15b2b655e026c8948961be6d1.zip |
Few updates
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' |