diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-05-18 09:05:33 +0100 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-05-18 09:05:33 +0100 |
commit | 0cea37f52a3b6543e965ce1a9cbf1f9dbc58c883 (patch) | |
tree | 757d6785da886af7141715d3d3e0bc57b3fa9de8 | |
parent | 77b5b13a4d0cba98f3a8cbd0059417330ae8231c (diff) |
added func for mpv
-rw-r--r-- | bashrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -119,6 +119,11 @@ tjclip () { echo "$1: $(xclip -o -selection clipboard)." | _tj } +# mpv func +function yta() { + mpv --ytdl-format=bestaudio ytdl://ytsearch:"$*" + } + # GPG # added this for mutt (https://openports.se/mail/mutt) export GPG_TTY=$(tty); eval $(gpg-agent --daemon) |