Sha256: ae0387e00acfc287057e002d50b87ba2903ed105f9232280038ed873a5f2b450
Contents?: true
Size: 221 Bytes
Versions: 7
Compression:
Stored size: 221 Bytes
Contents
#!/bin/bash __vvm_rb_configure_path() { local vvm_rb_bin_path="$HOME/.vvm-rb/vims/current/bin" echo "$PATH" | grep -Fqv "$vvm_rb_bin_path" && PATH="$vvm_rb_bin_path:$PATH" } __vvm_rb_configure_path # __END__
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
vvm-rb-0.0.7 | etc/login |
vvm-rb-0.0.6 | etc/login |
vvm-rb-0.0.5 | etc/login |
vvm-rb-0.0.4 | etc/login |
vvm-rb-0.0.3 | etc/login |
vvm-rb-0.0.2 | etc/login |
vvm-rb-0.0.1 | etc/login |