aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-01-31 11:33:49 +0800
committertypebrook <typebrook@gmail.com>2020-01-31 11:33:49 +0800
commit0878a9f7e67a853d786a6330bf5990b1a5e26795 (patch)
tree4dbf0c735f611d77ce42791eab70133bfff05563
parent2a8eb396c26ac682315ccfcbd9fe79ff39247b8c (diff)
update
-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}