From 4549b369f4469d6b8399e0b42f6eb13c78ce817a Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Fri, 2 Dec 2022 04:39:49 +0000 Subject: [PATCH] Update .local/share/chezmoi/home/private_dot_config/shell/aliases.tmpl --- .../chezmoi/home/private_dot_config/shell/aliases.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.local/share/chezmoi/home/private_dot_config/shell/aliases.tmpl b/.local/share/chezmoi/home/private_dot_config/shell/aliases.tmpl index 6b077f98..34d2a695 100644 --- a/.local/share/chezmoi/home/private_dot_config/shell/aliases.tmpl +++ b/.local/share/chezmoi/home/private_dot_config/shell/aliases.tmpl @@ -29,6 +29,9 @@ if command -v exa > /dev/null; then alias tree='exa --tree' alias la='ls -la' alias lt='ls --tree --level=2' +else + # Show full output when using ls + alias ls='ls -AlhF --color=auto' fi ### 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 alias hashpassword='mkpasswd --method=sha-512' -# Show full output when using ls -alias ls='ls -AlhF --color=auto' - # Create parent directories automatically 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"' # 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'