mirror of https://gitlab.com/dabruh/dotfiles.git
Add shred alias.
This commit is contained in:
parent
f727db4f36
commit
b6eae22687
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue