From 0b3773839b9192cdb31252530378c9e44b7f7e24 Mon Sep 17 00:00:00 2001 From: Mark Szymanski Date: Sun, 31 Oct 2010 10:02:25 -0500 Subject: [PATCH] Added TODO variable for todo.txt-cli aliases --- template/bash_profile.template.bash | 4 ++++ 1 file changed, 4 insertions(+) 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 JEKYLL_REMOTE_ROOT="user@server:/path/to/jekyll/root" 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 -- 2.17.1