myconfig updated

better handling of vimrc
fix: shrc duplicate conflicting entries
This commit is contained in:
lksz 2021-01-14 11:50:36 -05:00
parent 24b5e928d0
commit b8c343d908
1 changed files with 23 additions and 18 deletions

View File

@ -5,29 +5,12 @@
"#vim", "#vim",
"#vi" "#vi"
], ],
"sz-shrc": "~/.sz.shrc.sh",
"sz-rc-all": [
"#sz-aliases-sh",
"#sz-local-rc",
"#sz-shrc",
"#sz-zshrc",
"#zshrc"
],
"vi": "~/.virc", "vi": "~/.virc",
"sz-local-rc": "~/.sz.local.sh",
"zshrc": "~/.zshrc", "zshrc": "~/.zshrc",
"shrc": "~/.shrc", "shrc": "~/.shrc",
"ansible": [
"/etc/ansible/ansible.cfg",
"/opt/ansible/ansible.cfg",
"/opt/ansible/hosts"
],
"sz-aliases-sh": "~/.sz.aliases.sh", "sz-aliases-sh": "~/.sz.aliases.sh",
"vim": [
"~/.vimrc",
"~/.vim/vimrc"
],
"sz-shrc": [ "sz-shrc": [
"~/.sz.shrc.sh",
"#shrc", "#shrc",
"@shell-loading-snippets/bash", "@shell-loading-snippets/bash",
"@shell-loading-snippets/sh" "@shell-loading-snippets/sh"
@ -37,6 +20,28 @@
"#zshrc", "#zshrc",
"@shell-loading-snippets/zsh" "@shell-loading-snippets/zsh"
], ],
"sz-rc-all": [
"#sz-aliases-sh",
"#sz-local-rc",
"#sz-shrc",
"#sz-zshrc",
"#zshrc"
],
"sz-local-rc": "~/.sz.local.sh",
"ansible": [
"/etc/ansible/ansible.cfg",
"/opt/ansible/ansible.cfg",
"/opt/ansible/hosts"
],
"vim": [
"~/.vimrc",
"~/.vim/vimrc"
],
"nvim": [
"~/.config/nvim/init.vim",
"~/.nvimrc",
"#vim"
],
"tmux": [ "tmux": [
"~/.tmux.conf", "~/.tmux.conf",
"~/.byobu/.tmux.conf" "~/.byobu/.tmux.conf"