Commit 7f8fdae0 authored by Ed Reel's avatar Ed Reel

Add initialization code line message

parent 0c0ca5fe
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment