From a89f581ca5fdd76c1b7baf1063a8f059c36f043e Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 10 Nov 2018 19:38:54 +0100 Subject: [PATCH] add niceness to compress-music alias --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 07b94c4..0f82b15 100644 --- a/bashrc +++ b/bashrc @@ -80,6 +80,6 @@ PS1='`[ $? = 0 ] || echo "$? "`[\u@\h \w]\$ ' alias docker='sudo docker' alias autopurge='sudo pacman -Rns $(pacman -Qdtq)' alias syu='sudo pacman -Syu; cower -u' -alias compress-music='/home/lub/git/scripts/compress-music.sh' +alias compress-music='nice -n19 /home/lub/git/scripts/compress-music.sh' alias pp='git pull -r && git push' alias statdiff='git status && git diff --staged'