Add shred alias.

This commit is contained in:
dabruh 2022-07-03 01:18:17 +02:00
parent f727db4f36
commit b6eae22687
1 changed files with 5 additions and 4 deletions

View File

@ -2,15 +2,16 @@
# Verbosity and settings that you pretty much just always are going to want.
alias \
bc="bc -ql" \
cp="cp -iv" \
ffmpeg="ffmpeg -hide_banner" \
mkd="mkdir -pv" \
mv="mv -iv" \
rm="rm -vI" \
bc="bc -ql" \
mkd="mkdir -pv" \
shrd="shred -zuvn3" \
yt="yt-dlp --embed-metadata -i" \
yta="yt -x -f bestaudio/best -o '%(uploader)s - %(title)s [%(id)s].%(ext)s'" \
ytmp3="yta --audio-format mp3 --audio-quality 192K" \
ffmpeg="ffmpeg -hide_banner"
ytmp3="yta --audio-format mp3 --audio-quality 192K"
# Kubernetes things
alias \