alias batstat='upower -i /org/freedesktop/UPower/devices/DisplayDevice' alias iclean="iclean -nr -nt" alias :q="exit" alias grade="cd ./\$(grep -l 'Needs Grading' s*/s*.txt | sort -R | cut -d'/' -f1 | head -1) && for f in *.pdf; do xdg-open \"\$f\"; done; vim -c \"set tw=79 spell spelllang=nl\" s*.txt && cd .." alias synctop="watch -n1 grep -e Dirty: -e Writeback: /proc/meminfo"