From ff41ad68f19cf15e9c4d1081a441f7f3d04ae555 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 20 Jun 2008 07:30:05 +0200 Subject: etc/alias/short: x: Don't nice x only because it runs in background --- etc/alias/short | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/alias/short b/etc/alias/short index fd1fb1a..2f95dba 100644 --- a/etc/alias/short +++ b/etc/alias/short @@ -123,4 +123,4 @@ alias snu='snownews -u' alias unless='if !' # start x and log out immediately -alias x='startx &! exit' +alias x='unsetopt bg_nice; startx &! exit' -- cgit v1.2.3