summaryrefslogtreecommitdiff
path: root/rc/bin/cpurc
diff options
context:
space:
mode:
Diffstat (limited to 'rc/bin/cpurc')
-rwxr-xr-xrc/bin/cpurc2
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^'# ' ' ')