diff options
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -25,7 +25,6 @@ vs() { | |||
25 | todo() { | 25 | todo() { |
26 | ( which $1 ) && grep -Po 'TODO.*' $(which $1) | 26 | ( which $1 ) && grep -Po 'TODO.*' $(which $1) |
27 | } | 27 | } |
28 | |||
29 | fix() { | 28 | fix() { |
30 | ( which $1 ) && grep -Po 'FIXME.*' $(which $1) | 29 | ( which $1 ) && grep -Po 'FIXME.*' $(which $1) |
31 | } | 30 | } |