Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
cc8c867
)
Added TODO variable for todo.txt-cli aliases
author
Mark Szymanski
<mrman208@me.com>
Sun, 31 Oct 2010 15:02:25 +0000
(10:02 -0500)
committer
Mark Szymanski
<mrman208@me.com>
Sun, 31 Oct 2010 15:02:25 +0000
(10:02 -0500)
template/bash_profile.template.bash
patch
|
blob
|
history
diff --git
a/template/bash_profile.template.bash
b/template/bash_profile.template.bash
index
787a66b
..
46d0c4a
100644
(file)
--- 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