# Add local bin to PATH
addpath() {
if [ -d "$1" ]; then
PATH="${1}:${PATH}"
fi
}
addpath ~/.local/bin
addpath ~/.local/share/qemu/bin