summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-01-19 15:35:58 +0200
committerLars Wirzenius <liw@liw.fi>2017-01-19 15:35:58 +0200
commit0ef5dbfc1aaac5adfc1c0212b37cd85bde1cd8df (patch)
treee5ca1a43e6a7090f02d8f31fd4a384a1ae6a7fac /bashrc
parentfa9d018965aa3c7102153fce0f065730f9f33487 (diff)
downloadliw-dot-files-0ef5dbfc1aaac5adfc1c0212b37cd85bde1cd8df.tar.gz
Fix test
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index ea30ba7..c7bd6c3 100644
--- a/bashrc
+++ b/bashrc
@@ -49,7 +49,7 @@ termattr()
taskwarrior_context()
{
- if [ command -v task > /dev/null ]
+ if command -v task > /dev/null
then
task context list | awk '$NF == "yes" { print $1 }'
fi