diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-05-04 23:07:07 +0000 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-05-04 23:07:07 +0000 |
commit | 1ed976bd1d5691fd7a96c05b0ea2a0e35526600f (patch) | |
tree | da644593509198a01f2cdc2540db3b366686dc51 /rc/bin/cpurc | |
parent | 8ad34b160ce6f7cbdbbc4d0ab59d074469cf031b (diff) | |
download | plan9front-1ed976bd1d5691fd7a96c05b0ea2a0e35526600f.tar.xz |
default sysname is cirno.
Diffstat (limited to 'rc/bin/cpurc')
-rwxr-xr-x | rc/bin/cpurc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/cpurc b/rc/bin/cpurc index 20ca6382a..b69c42b76 100755 --- a/rc/bin/cpurc +++ b/rc/bin/cpurc @@ -17,7 +17,7 @@ if(test -e /rc/bin/cpurc.local) . /rc/bin/cpurc.local if (~ $#sysname 0 || ~ $sysname '') { - sysname = helix # default + sysname = cirno # default echo -n $sysname >/dev/sysname } prompt=($sysname^'# ' ' ') |