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'