Added TODO variable for todo.txt-cli aliases
diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash
index 787a66b..46d0c4a 100644
--- a/template/bash_profile.template.bash
+++ b/template/bash_profile.template.bash
@@ -38,5 +38,9 @@
 
 export IRC_CLIENT='irssi'
 
+# Set this to the command you use for todo.txt-cli
+
+export TODO="t"
+
 # Load Bash It
 source $BASH/bash_it.sh