aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
Diffstat (limited to 'alias')
-rw-r--r--alias1
1 files changed, 0 insertions, 1 deletions
diff --git a/alias b/alias
index 42b6206..1abaa6e 100644
--- a/alias
+++ b/alias
@@ -25,7 +25,6 @@ vs() {
25todo() { 25todo() {
26 ( which $1 ) && grep -Po 'TODO.*' $(which $1) 26 ( which $1 ) && grep -Po 'TODO.*' $(which $1)
27} 27}
28
29fix() { 28fix() {
30 ( which $1 ) && grep -Po 'FIXME.*' $(which $1) 29 ( which $1 ) && grep -Po 'FIXME.*' $(which $1)
31} 30}