From 936b20f90d566b39cf1d95e4816ed080ec1ff835 Mon Sep 17 00:00:00 2001 From: srdusr Date: Thu, 29 Jun 2023 09:45:49 +0200 Subject: Add wget alias --- .config/zsh/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/zsh') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index ef3a16d..0f2ae54 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -307,12 +307,16 @@ if type rg &> /dev/null; then export FZF_DEFAULT_COMMAND='rg --files' export FZF_DEFAULT_OPTS='-m --height 50% --border' fi + # Setup fzf # --------- if [[ ! "$PATH" == */root/.local/share/nvim/plugged/fzf/bin* ]]; then export PATH="${PATH:+${PATH}:}/root/.local/share/nvim/plugged/fzf/bin" fi +# wget does not support environment variables +alias wget=wget --hsts-file="$XDG_CACHE_HOME/wget-hsts" + # Spawn a clone of current terminal putstate () { declare +x >~/environment.tmp -- cgit v1.2.3