diff --git a/firefox/mytab.html b/firefox/mytab.html
index 9ae0789..f6cf93a 100644
--- a/firefox/mytab.html
+++ b/firefox/mytab.html
@@ -64,6 +64,7 @@
Twitch
Netflix
Amazon
+ Plex
diff --git a/git/gitconfig b/git/gitconfig
index 1c644b1..fed75a7 100644
--- a/git/gitconfig
+++ b/git/gitconfig
@@ -15,6 +15,6 @@
# User details
[user]
name = Bill Niblock
- email = bill_niblock@yahoo.com
+ email = azulien@gmail.com
[init]
templatedir = ~/.git_template
diff --git a/tmux/copy_selected.sh b/tmux/copy_selected.sh
new file mode 100755
index 0000000..114b04e
--- /dev/null
+++ b/tmux/copy_selected.sh
@@ -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!"'