📝 Added kernel espanso expansion
This commit is contained in:
parent
7a116a6974
commit
c2bd75d023
1 changed files with 8 additions and 0 deletions
|
|
@ -60,6 +60,14 @@ matches:
|
||||||
params:
|
params:
|
||||||
cmd: "echo $SHELL"
|
cmd: "echo $SHELL"
|
||||||
|
|
||||||
|
- trigger: ":kernel"
|
||||||
|
replace: "{{output}}"
|
||||||
|
vars:
|
||||||
|
- name: output
|
||||||
|
type: shell
|
||||||
|
params:
|
||||||
|
cmd: "uname -r"
|
||||||
|
|
||||||
- trigger: ":for"
|
- trigger: ":for"
|
||||||
replace: "for (;;) {}"
|
replace: "for (;;) {}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue