Update dotfiles
This commit is contained in:
parent
cf4d79fb8d
commit
560e62cbba
1 changed files with 2 additions and 1 deletions
|
|
@ -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 -
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue