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.
|
# Verbosity and settings that you pretty much just always are going to want.
|
||||||
alias \
|
alias \
|
||||||
|
bc="bc -ql" \
|
||||||
cp="cp -iv" \
|
cp="cp -iv" \
|
||||||
|
ffmpeg="ffmpeg -hide_banner" \
|
||||||
|
mkd="mkdir -pv" \
|
||||||
mv="mv -iv" \
|
mv="mv -iv" \
|
||||||
rm="rm -vI" \
|
rm="rm -vI" \
|
||||||
bc="bc -ql" \
|
shrd="shred -zuvn3" \
|
||||||
mkd="mkdir -pv" \
|
|
||||||
yt="yt-dlp --embed-metadata -i" \
|
yt="yt-dlp --embed-metadata -i" \
|
||||||
yta="yt -x -f bestaudio/best -o '%(uploader)s - %(title)s [%(id)s].%(ext)s'" \
|
yta="yt -x -f bestaudio/best -o '%(uploader)s - %(title)s [%(id)s].%(ext)s'" \
|
||||||
ytmp3="yta --audio-format mp3 --audio-quality 192K" \
|
ytmp3="yta --audio-format mp3 --audio-quality 192K"
|
||||||
ffmpeg="ffmpeg -hide_banner"
|
|
||||||
|
|
||||||
# Kubernetes things
|
# Kubernetes things
|
||||||
alias \
|
alias \
|
||||||
|
|
Loading…
Reference in New Issue