lib/bin_install.rb in bin_install-0.0.28 vs lib/bin_install.rb in bin_install-0.0.29
- old
+ new
@@ -18,9 +18,11 @@
require 'bin_install/zsh'
module BinInstall
def self.start
puts "Starting bin_install #{VERSION}...".white
+ puts 'Your current PATH is set to: '
+ system('echo $PATH')
end
def self.finish
puts "Finished bin_install #{VERSION}.".green
puts 'Warning you may need to reload your shell.'.yellow