Only set WGETRC when ~/.config/wgetrc exists
This commit is contained in:
parent
b89428cd32
commit
014dadecb2
2
zshenv
2
zshenv
@ -98,5 +98,5 @@ which rustup &> /dev/null && \
|
|||||||
export RUSTUP_HOME=$HOME/.local/share/rustup
|
export RUSTUP_HOME=$HOME/.local/share/rustup
|
||||||
export PYLINTHOME=$HOME/.cache/pylint
|
export PYLINTHOME=$HOME/.cache/pylint
|
||||||
# TODO: terminfo
|
# TODO: terminfo
|
||||||
which wget &> /dev/null && \
|
[ -f $HOME/.config/wgetrc ] &&
|
||||||
export WGETRC=$HOME/.config/wgetrc
|
export WGETRC=$HOME/.config/wgetrc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user