From dfebc573a2f0edc84f3ae73637fdb30f279e6838 Mon Sep 17 00:00:00 2001 From: kliment Date: Thu, 9 Jun 2011 08:21:22 +0200 Subject: [PATCH] Change alias to macro --- .pronsolerc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pronsolerc b/.pronsolerc index dca5f03..819eaf3 100644 --- a/.pronsolerc +++ b/.pronsolerc @@ -1,4 +1,4 @@ # Sample .pronsolerc file - copy this into your home directory -alias up move Z 10 -alias loud !self.p.loud = 1 -alias quiet !self.p.loud = 0 +macro up move Z 10 +macro loud !self.p.loud = 1 +macro quiet !self.p.loud = 0