Update dotfiles

This commit is contained in:
viktorbarzin 2018-09-27 14:00:02 +03:00
parent cf4d79fb8d
commit 560e62cbba

View file

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