dotfiles/shell/alias/alias

9 lines
319 B
Plaintext
Raw Normal View History

2022-11-29 07:37:11 +00:00
# yt-dlp
alias ytm-album="yt-dlp -x --audio-format m4a -f 141 -o \"%(playlist_index)s_%(artist)s_%(title)s.%(ext)s\""
2022-11-29 07:37:11 +00:00
# copy public ip
alias cpip="curl ifconfig.me | pbcopy"
2022-12-23 09:15:39 +00:00
# Install Nvim Packer Plugins without opening nvim
alias packerSync="nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'"