# File lib/rye/cmd.rb, line 46
46:     def sh(*args, &blk)
47:       setenv('PS1', "(rye) $\ ")
48:       __shell 'sh', *args, &blk
49:     end