diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-20 07:30:05 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-20 07:30:05 +0200 |
commit | ff41ad68f19cf15e9c4d1081a441f7f3d04ae555 (patch) | |
tree | 691b8cb0fefc983d0a921a5e7039ec840a2e51ca | |
parent | 0b81b2ea9a67e76bdd56bee25052316ab4ee5626 (diff) |
etc/alias/short: x: Don't nice x only because it runs in background
-rw-r--r-- | etc/alias/short | 2 |
1 files changed, 1 insertions, 1 deletions
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' |