fish: add llvmenv's prefix to PATH if it exists

master
an 2020-08-31 18:47:20 -06:00
parent 0467b85a07
commit 9e36d141ed
1 changed files with 7 additions and 0 deletions

7
fish/llvmenv Normal file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env fish
if type -q llvmenv
set -gxa PATH (llvmenv prefix)/bin
end
## EOF