Add plex to mytab.html
This commit is contained in:
parent
11536ef919
commit
b5260308fb
3 changed files with 7 additions and 1 deletions
|
@ -64,6 +64,7 @@
|
|||
Twitch</a></li>
|
||||
<li><a href="https://www.netflix.com">Netflix</a></li>
|
||||
<li><a href="https://www.amazon.com/video">Amazon</a></li>
|
||||
<li><a href="https://www.plex.tv">Plex</a></li>
|
||||
</ul>
|
||||
<ul id="links">
|
||||
<li id="header">Listen</li>
|
||||
|
|
|
@ -15,6 +15,6 @@
|
|||
# User details
|
||||
[user]
|
||||
name = Bill Niblock
|
||||
email = bill_niblock@yahoo.com
|
||||
email = azulien@gmail.com
|
||||
[init]
|
||||
templatedir = ~/.git_template
|
||||
|
|
5
tmux/copy_selected.sh
Executable file
5
tmux/copy_selected.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# This script creates a public gist and outputs the result to the screen.
|
||||
|
||||
tmux run-shell 'echo "This is cool!"'
|
Loading…
Reference in a new issue