diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/zsh/.zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
