From 8f3b4ad3086733254d4991a8ae64f0900dd60b24 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Thu, 12 Jan 2023 11:40:58 +0000 Subject: [PATCH] Update 3 files - /home/private_dot_config/shell/aliases.sh.tmpl - /home/dot_bashrc - /home/dot_zshrc --- home/dot_bashrc | 2 +- home/dot_zshrc | 2 +- home/private_dot_config/shell/aliases.sh.tmpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home/dot_bashrc b/home/dot_bashrc index ed374536..5db35d21 100644 --- a/home/dot_bashrc +++ b/home/dot_bashrc @@ -85,7 +85,7 @@ if [ "$BASH_SUPPORT" = 'true' ]; then ### zoxide if command -v zoxide > /dev/null; then - eval "$(zoxide init --cmd cd bash)" + eval "$(zoxide init --cmd cd bash)" > /dev/null fi ### Fig diff --git a/home/dot_zshrc b/home/dot_zshrc index 2706aa07..17edc63a 100644 --- a/home/dot_zshrc +++ b/home/dot_zshrc @@ -331,7 +331,7 @@ fi ### zoxide if command -v zoxide > /dev/null; then - eval "$(zoxide init --cmd cd zsh)" + eval "$(zoxide init --cmd cd zsh)" > /dev/null fi ### Fig diff --git a/home/private_dot_config/shell/aliases.sh.tmpl b/home/private_dot_config/shell/aliases.sh.tmpl index 53097c7b..17a1917d 100644 --- a/home/private_dot_config/shell/aliases.sh.tmpl +++ b/home/private_dot_config/shell/aliases.sh.tmpl @@ -222,7 +222,7 @@ alias vault-dir='find . -type f -printf "%h/\"%f\" " | xargs ansible-vault encry alias weather='curl -A curl wttr.in' # Change .wget-hsts file location -alias wget="wget --hsts-file ~/.config/.wget-hsts" +alias wget="wget --hsts-file ~/.local/wget-hsts" ### Yarn alias yarn='yarn --use-yarnrc "$XDG_CONFIG_HOME/yarn/config"'