Update dotfiles
This commit is contained in:
parent
915decdafd
commit
a9cfc95902
1 changed files with 2 additions and 1 deletions
|
|
@ -296,7 +296,8 @@ alias homes="sudo ssh home"
|
||||||
alias emergency_shell="ssh -t root@samitor.com 'ssh wizard@localhost -p 6060'"
|
alias emergency_shell="ssh -t root@samitor.com 'ssh wizard@localhost -p 6060'"
|
||||||
alias s="ssh"
|
alias s="ssh"
|
||||||
ytplaylist(){
|
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 -
|
# 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