Update .local/share/chezmoi/home/private_dot_config/shell/aliases.tmpl

This commit is contained in:
Brian Zalewski 2022-12-02 04:39:49 +00:00
parent 07a9a8ff42
commit 4549b369f4

View file

@ -29,6 +29,9 @@ if command -v exa > /dev/null; then
alias tree='exa --tree' alias tree='exa --tree'
alias la='ls -la' alias la='ls -la'
alias lt='ls --tree --level=2' alias lt='ls --tree --level=2'
else
# Show full output when using ls
alias ls='ls -AlhF --color=auto'
fi fi
### gping ### gping
@ -91,9 +94,6 @@ alias gsudo='sudo git -c "include.path="${XDG_CONFIG_DIR:-$HOME/.config}/git/con
# Create hashed password for Ansible user creation # Create hashed password for Ansible user creation
alias hashpassword='mkpasswd --method=sha-512' alias hashpassword='mkpasswd --method=sha-512'
# Show full output when using ls
alias ls='ls -AlhF --color=auto'
# Create parent directories automatically # Create parent directories automatically
alias mkdir='mkdir -pv' alias mkdir='mkdir -pv'
@ -186,4 +186,4 @@ alias wget="wget --hsts-file ~/.config/.wget-hsts"
alias yarn='yarn --use-yarnrc "$XDG_CONFIG_HOME/yarn/config"' alias yarn='yarn --use-yarnrc "$XDG_CONFIG_HOME/yarn/config"'
# Running this will update GPG to point to the current YubiKey # Running this will update GPG to point to the current YubiKey
alias yubikey-gpg-stub='gpg-connect-agent "scd serialno" "learn --force" /bye' alias yubi-stub='gpg-connect-agent "scd serialno" "learn --force" /bye'