From 1ed976bd1d5691fd7a96c05b0ea2a0e35526600f Mon Sep 17 00:00:00 2001 From: stanley lieber Date: Wed, 4 May 2011 23:07:07 +0000 Subject: default sysname is cirno. --- rc/bin/cpurc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc/bin/cpurc') 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^'# ' ' ') -- cgit v1.2.3