Modified shell-loading-snippets
DockerNetwork support
better l and ll
dot the pipe
This commit is contained in:
lksz 2021-09-06 14:21:51 -04:00
parent 50d9aef264
commit 86fdee1acc
9 changed files with 100 additions and 24 deletions

View file

@ -1 +1 @@
ls
_ll

View file

@ -1 +1 @@
ls
_ll

View file

@ -0,0 +1,4 @@
filter dot([string]$Parameter){ $_ | Select-Object -ExpandProperty $Parameter }
Set-Alias : dot
Set-Alias _ dot

View file

@ -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" ]
}