Only set WGETRC if $HOME/.config/wget/rc exists
This commit is contained in:
parent
5a33d2b5ac
commit
a81465daad
1
zshenv
1
zshenv
@ -101,5 +101,6 @@ export GTK2_RC_FILES=$HOME/.config/gtk-2.0/gtkrc
|
|||||||
export PYLINTHOME=$HOME/.cache/pylint
|
export PYLINTHOME=$HOME/.cache/pylint
|
||||||
command -v rustup &> /dev/null && \
|
command -v rustup &> /dev/null && \
|
||||||
export RUSTUP_HOME=$HOME/.local/share/rustup
|
export RUSTUP_HOME=$HOME/.local/share/rustup
|
||||||
|
[ -f $HOME/.config/wget/rc ] && \
|
||||||
export WGETRC=$HOME/.config/wget/rc
|
export WGETRC=$HOME/.config/wget/rc
|
||||||
# TODO: terminfo
|
# TODO: terminfo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user