# File lib/rye/cmd.rb, line 33
33:     def bash(*args, &blk)
34:       setenv('PS1', "(rye) \\h:\\w \\u\\$\ ")
35:       __shell 'bash', *args, &blk
36:     end