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