Update dotfiles

This commit is contained in:
Viktor Barzin 2018-12-19 14:00:02 +02:00
parent 915decdafd
commit a9cfc95902

View file

@ -296,7 +296,8 @@ alias homes="sudo ssh home"
alias emergency_shell="ssh -t root@samitor.com 'ssh wizard@localhost -p 6060'"
alias s="ssh"
ytplaylist(){
youtube-dl -o - $1 -f best | /snap/bin/vlc -
# youtube-dl -o - $1 -f best | /snap/bin/vlc -
youtube-dl -o - $1 -f best | vlc -
# youtube-dl --get-id "$1" | awk '{print "https://www.youtube.com/watch?v=" $0;}' | /snap/bin/vlc -
}