a lot
Modified shell-loading-snippets DockerNetwork support better l and ll dot the pipe
This commit is contained in:
parent
50d9aef264
commit
86fdee1acc
9 changed files with 100 additions and 24 deletions
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"omp": "~/.oh-my-posh.omp.json",
|
||||
"profile": [
|
||||
"~/.profile",
|
||||
"/profile": [
|
||||
"/etc/profile",
|
||||
"/etc/profile.d/"
|
||||
],
|
||||
"profile": "~/.profile",
|
||||
"bashrc": "~/.bashrc",
|
||||
"zshrc": "~/.zshrc",
|
||||
"zsys": "/etc/zsys.conf",
|
||||
"/zsys": "/etc/zsys.conf",
|
||||
"shrc": "~/.shrc",
|
||||
"sz-aliases-sh": "~/.sz.aliases.sh",
|
||||
"sz-shrc": [
|
||||
|
@ -27,6 +27,7 @@
|
|||
"@shell-loading-snippets/zsh"
|
||||
],
|
||||
"sz-rc-all": [
|
||||
"#profile",
|
||||
"#sz-aliases-sh",
|
||||
"#sz-local-rc",
|
||||
"#sz-shrc",
|
||||
|
@ -34,7 +35,7 @@
|
|||
"#zshrc"
|
||||
],
|
||||
"sz-local-rc": "~/.sz.local.sh",
|
||||
"ansible": [
|
||||
"/ansible": [
|
||||
"/etc/ansible/ansible.cfg",
|
||||
"/opt/ansible/ansible.cfg",
|
||||
"/opt/ansible/hosts"
|
||||
|
@ -67,6 +68,6 @@
|
|||
"ssh-auth": "~/.ssh/authorized_keys",
|
||||
"ssh-known": "~/.ssh/known_hosts",
|
||||
"ssh-conf": "~/.ssh/config",
|
||||
"sshd-conf": "/etc/ssh/sshd_config",
|
||||
"/sshd-conf": "/etc/ssh/sshd_config",
|
||||
"ssh" : [ "#ssh-auth", "#ssh-known", "#ssh-conf", "#sshd-conf", "#ssh-pub", "#ssh-id" ]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue