Add pet snippet management
This commit is contained in:
parent
58e921ac4c
commit
20555a91c9
7 changed files with 79 additions and 0 deletions
18
_src.posix/private_dot_config/pet/snippet.toml
Normal file
18
_src.posix/private_dot_config/pet/snippet.toml
Normal file
|
@ -0,0 +1,18 @@
|
|||
|
||||
[[Snippets]]
|
||||
Description = "shell's nil"
|
||||
Output = ""
|
||||
Tag = []
|
||||
command = ": ;"
|
||||
|
||||
[[Snippets]]
|
||||
Description = "echo"
|
||||
Output = ""
|
||||
Tag = []
|
||||
command = "echo"
|
||||
|
||||
[[Snippets]]
|
||||
Description = "Initialize MacBook Pro connection into TechPort"
|
||||
Output = ""
|
||||
Tag = []
|
||||
command = "lsif\nlsip\npull-vast.id_rsa 0\nvastconnect 192.168.2.2\nauto-copy-ssh-id 192.168.2.2"
|
Loading…
Add table
Add a link
Reference in a new issue