Commit 4916ac54 authored by supechicken's avatar supechicken Committed by GitHub

Use current bash prompt settings in crew installed bash (#4723)

* Use default bash prompt in crew installed bash
parent 3820a0cc
...@@ -36,6 +36,7 @@ class Bash < Package ...@@ -36,6 +36,7 @@ class Bash < Package
puts "To complete the installation, execute the following:".lightblue puts "To complete the installation, execute the following:".lightblue
puts "echo '# Make newer version of bash startup automatically' >> ~/.bashrc".lightblue puts "echo '# Make newer version of bash startup automatically' >> ~/.bashrc".lightblue
puts "echo '#{CREW_PREFIX}/bin/sh' >> ~/.bashrc".lightblue puts "echo '#{CREW_PREFIX}/bin/sh' >> ~/.bashrc".lightblue
puts "echo \"PS1=$PS1\" >> ~/.bashrc".lightblue
puts "source ~/.bashrc".lightblue puts "source ~/.bashrc".lightblue
puts 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