WIP burniso alias

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2019-11-11 08:32:25 +02:00
parent b3f51e32b2
commit 6017c12b52
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -138,6 +138,9 @@ ls() { ls_extended $@ }
# default icon for notify-send
notify-send() { /usr/bin/notify-send --icon=alarm $@ }
# Burn bootable iso
#burniso() { dd if=$1 | pv -s $(du -h $1 | awk '{print $1;}' | dd of=$2 bs=4M }
# colorise output
cvs() { grc cvs $@ }
df() { grc df $@ }