Added general aliases for shell
This commit is contained in:
parent
ffee5460f1
commit
5185e9ada9
1 changed files with 6 additions and 0 deletions
6
shell/alias/alias
Normal file
6
shell/alias/alias
Normal 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"
|
||||
|
Loading…
Reference in a new issue