Added general aliases for shell

This commit is contained in:
Nikurasu 2022-11-29 08:37:11 +01:00
parent ffee5460f1
commit 5185e9ada9

6
shell/alias/alias Normal file
View file

@ -0,0 +1,6 @@
# yt-dlp
alias ytm-album="yt-dlp -x --audio-format opus -f 251 -o \"%(playlist_index)s_%(artist)s_%(title)s.%(ext)s\""
# copy public ip
alias cpip="curl ifconfig.me | pbcopy"