diff --git a/dot_zsh/aliases.tmpl b/dot_zsh/aliases.tmpl index f9ae2a0..50da824 100644 --- a/dot_zsh/aliases.tmpl +++ b/dot_zsh/aliases.tmpl @@ -11,9 +11,12 @@ alias ta='tmux a' alias vi="nvim" alias vim="nvim" alias zz='zcat $1 | most' +alias curlh='curl -Livso /dev/null' {{ if eq .chezmoi.hostname "taupo" -}} alias cat="batcat" +alias l='eza -a' +alias ll='eza -lab' alias lah='eza -lbhHigmuSa --time-style=long-iso --color-scale' # all list alias lxh='eza -lbhHigmuSa@ --time-style=long-iso --color-scale' # all + extended list alias dig="dog --time A NS MX TXT AAAA SOA $1" diff --git a/private_dot_config/nvim/snippets/yaml.snippets b/private_dot_config/nvim/snippets/yaml.snippets index b10e806..51746c4 100644 --- a/private_dot_config/nvim/snippets/yaml.snippets +++ b/private_dot_config/nvim/snippets/yaml.snippets @@ -17,20 +17,19 @@ snippet DOC "DOC" snippet EXPIRE "EXPIRE" :EXPIRE:jrabier:`strftime("%Y%m%d")`: ${1} - snippet client_contacts "Client contacts" - name: ${1:${VISUAL}} - email: ${2} - admin: ${3} - tech: ${4} - hno_phone: ${5} - hno_comment: ${6} + email: ${2} + admin: ${3} + tech: ${4} + hno_phone: ${5} + hno_comment: ${6} snippet local_admins "Local Admins" - name: ${1:${VISUAL}} - firstname: ${2} - lastname: ${3} - shell: /bin/bash - password: - key: ${4} - email: ${5} + firstname: ${2} + lastname: ${3} + shell: /bin/bash + password: + key: ${4} + email: ${5}