Add initialization code line message

This commit is contained in:
Ed Reel
2017-06-17 21:02:22 -05:00
parent 0c0ca5fe14
commit 7f8fdae08b

View File

@@ -10,5 +10,9 @@ class Fasd < Package
def self.install
system "sed -i 's,share/man,man,' Makefile"
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
puts ""
puts "To get fasd working in a shell, some initialization code must be run:".lightblue
puts "echo 'eval \"\$(fasd --init auto)\"' >> ~/.bashrc && source ~/.bashrc".lightblue
puts ""
end
end