diff options
Diffstat (limited to '')
-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) |