Costin Chirvasuta
2012-10-31 16:02:20 UTC
Hello,
I'm trying to get win to start rc when I run it from acme. I've set
SHELL to "rc" but it doesn't seem to have any effect. If I button 2
click "win" it starts with bash. If I run win from here it starts with
rc. What am I doing wrong? The script I use to start acme is:
#!/bin/bash
export PLAN9=/usr/local/plan9
export PATH=$PLAN9/bin:$PATH
export mousescrollsize=3
export font=/usr/local/plan9/font/vga/unicode.font
/usr/local/plan9/bin/acme -l /home/costin/acme.dump
I'm trying to get win to start rc when I run it from acme. I've set
SHELL to "rc" but it doesn't seem to have any effect. If I button 2
click "win" it starts with bash. If I run win from here it starts with
rc. What am I doing wrong? The script I use to start acme is:
#!/bin/bash
export PLAN9=/usr/local/plan9
export PATH=$PLAN9/bin:$PATH
export mousescrollsize=3
export font=/usr/local/plan9/font/vga/unicode.font
/usr/local/plan9/bin/acme -l /home/costin/acme.dump