mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Add initialization code line message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user