Sha256: 5c1c28a16c6a1a131eac7caa42c1ed24d9bec1494314546a9d16b880cd462aaa
Contents?: true
Size: 404 Bytes
Versions: 5
Compression:
Stored size: 404 Bytes
Contents
#!/bin/bash __nvvm_path_remove () { export PATH=`echo -n $PATH | awk -v RS=: -v ORS=: '$0 != "'$1'"' | sed 's/:$//'`; } __nvvm_configure_path() { local nvvm_root_path="$HOME/.nvvm" [ -z $NVVMROOT ] || nvvm_root_path=$NVVMROOT local nvvm_bin_path="$nvvm_root_path/src/current/build/bin" __nvvm_path_remove $nvvm_bin_path export PATH="$nvvm_bin_path:$PATH" } __nvvm_configure_path # __END__
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
nvvm-0.5.0 | etc/login |
nvvm-0.4.0 | etc/login |
nvvm-0.3.0 | etc/login |
nvvm-0.2.0 | etc/login |
nvvm-0.1.1 | etc/login |