diff options
author | Adam Hovorka <[email protected]> | 2017-12-16 15:07:26 -0700 |
---|---|---|
committer | Adam Hovorka <[email protected]> | 2017-12-16 15:07:26 -0700 |
commit | a7defe2d74c29f713010dcceaba529c318d16d88 (patch) | |
tree | d897cefcef094f401710f5f9f8da779964343832 /base/zsh/functions.zsh | |
parent | cdbfc1ac80e88decfb08687ee4983e79330a3c44 (diff) |
Fix zsh/todo (hopefully?)
Diffstat (limited to 'base/zsh/functions.zsh')
-rw-r--r-- | base/zsh/functions.zsh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/base/zsh/functions.zsh b/base/zsh/functions.zsh index c768d2d..e867a73 100644 --- a/base/zsh/functions.zsh +++ b/base/zsh/functions.zsh @@ -1,5 +1,7 @@ function todo { - echo "ack TODO $@ | sed -e 's/.*TODO //;s/ \*\/$//;s/ -->//' | LC_ALL=C sort -u" | zsh + ack TODO $@ | + sed -e 's/.*TODO //;s/ \*\/$//;s/ -->//' | + LC_ALL=C sort -u } function which { |