diff options
| author | typebrook <typebrook@gmail.com> | 2020-01-31 11:33:49 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-01-31 11:33:49 +0800 |
| commit | 0878a9f7e67a853d786a6330bf5990b1a5e26795 (patch) | |
| tree | 4dbf0c735f611d77ce42791eab70133bfff05563 | |
| parent | 2a8eb396c26ac682315ccfcbd9fe79ff39247b8c (diff) | |
update
| -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 | } |