You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/usr/bin/env fish |
|
|
|
if test -d ~/.gem/ruby |
|
set -gxa PATH ~/.gem/ruby/2.*/bin |
|
end |
|
if test -d ~/.cabal/bin |
|
set -gxa PATH ~/.cabal/bin |
|
end |
|
if test -d $_agw_dir_bin/llvm/$_agw_llvm_ver/bin |
|
set -gxa PATH $_agw_dir_bin/llvm/$_agw_llvm_ver/bin |
|
end |
|
|
|
## EOF
|
|
|