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"'