Sha256: 12d12f7e98cb9b59b87023e0dbd2a9d93fdc59d99e9904c7f72c8eafff36a29f
Contents?: true
Size: 327 Bytes
Versions: 9
Compression:
Stored size: 327 Bytes
Contents
#!/bin/bash __vvm_rb_path_remove () { export PATH=`echo -n $PATH | awk -v RS=: -v ORS=: '$0 != "'$1'"' | sed 's/:$//'`; } __vvm_rb_configure_path() { local vvm_rb_bin_path="$HOME/.vvm-rb/vims/current/bin" __vvm_rb_path_remove $vvm_rb_bin_path export PATH="$vvm_rb_bin_path:$PATH" } __vvm_rb_configure_path # __END__
Version data entries
9 entries across 9 versions & 1 rubygems