X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=24868c077aa3c8c05197f3ad2b2f5d8276601771;hb=a1b38c4fc5759baa0083441ff22fcf4855a70d7b;hp=5be20b504ff73df658b64973a0a9799067c28aa6;hpb=40db2fcfb98e0a835a355d3420635c6e88f602fd;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 5be20b5..24868c0 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3327,23 +3327,6 @@ audiorip() { fi } -# and burn it -#f5# Burn an audio CD (in combination with audiorip) -audioburn() { - cd ~/ripps - cdrdao write --device $DEVICE --driver generic-mmc audiocd.toc - echo " * Should I remove the temporary files? (yes/no)" - read input - if [[ "$input" = "yes" ]] ; then - echo " ! Removing Temporary Files." - cd ~ - rm -rf ~/ripps - echo " * done." - else - echo " ! Invalid response." - fi -} - #f5# Set all ulimit parameters to \kbd{unlimited} allulimit() { ulimit -c unlimited