Skip to content

Commit e8323ef

Browse files
relastleHiroki-Konishi
authored andcommitted
Remove: unused setting
1 parent 7b2c09b commit e8323ef

File tree

1 file changed

+5
-30
lines changed

1 file changed

+5
-30
lines changed

resources/pmy_rules.json

Lines changed: 5 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,19 @@
11
[
22
{
3-
"regexpLeft": "^cd +(?P<path>.*)$",
4-
"command": "\\ls ${PMY_LS_OPTION} -1 <path> | egrep '/$'",
3+
"regexpLeft": "^(vi||vim|nvim) ",
4+
"command": "find . -maxdepth 5",
55
"bufferLeft": "[]",
66
"bufferRight": "[]"
77
},
88
{
9-
"regexpLeft": "^python.* ",
9+
"regexpLeft": "^(python|python|python3|pypy|pypy3) ",
1010
"command": "\\find . | egrep py$",
1111
"bufferLeft": "[]",
1212
"bufferRight": "[]"
1313
},
1414
{
15-
"regexpLeft": "^go ",
16-
"command": "\\find . | egrep go$",
17-
"bufferLeft": "[]",
18-
"bufferRight": "[]"
19-
},
20-
{
21-
"regexpLeft": "^make ",
22-
"regexpRight": "",
23-
"command": "cat Makefile",
24-
"bufferLeft": "[]",
25-
"bufferRight": "[]"
26-
},
27-
{
28-
"regexpLeft": "git +add +",
29-
"command": "git status --short | git status -s | grep -Ev \"^(A|C|D|M|R|T|U|X|B)\" | cut -c4-",
30-
"bufferLeft": "[]",
31-
"bufferRight": "[]"
32-
},
33-
{
34-
"regexpLeft": "^export ",
35-
"command": "printenv",
15+
"regexpLeft": "^cd +(?P<path>.*)$",
16+
"command": "\\ls ${PMY_LS_OPTION} -1 <path> | egrep '/$'",
3617
"bufferLeft": "[]",
3718
"bufferRight": "[]"
3819
},
@@ -41,11 +22,5 @@
4122
"command": "echo ''",
4223
"bufferLeft": "for x in $(<cmd>); do ",
4324
"bufferRight": "; done"
44-
},
45-
{
46-
"regexpLeft": "^(vi||vim|nvim) ",
47-
"command": "find . -maxdepth 2",
48-
"bufferLeft": "[]",
49-
"bufferRight": "[]"
5025
}
5126
]

0 commit comments

Comments
 (0)