diff options
author | Adam <adam.moloney.stuck@gmail.com> | 2022-02-18 08:03:14 +0100 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2022-02-18 15:05:37 +0100 |
commit | d3c2e93be852d7921b8107d6a61d52bfdfbd0070 (patch) | |
tree | dddc222dd974eb2d7ad40cd53dd7057fde777d84 /.bash_profile | |
parent | 9ae63da0571d4c514042ec97ca12c0bf569a46a9 (diff) |
XDG: wget
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index c1ca94f..61a1d3f 100644 --- a/.bash_profile +++ b/.bash_profile @@ -26,5 +26,6 @@ export CUDA_CACHE_PATH="$XDG_CACHE_HOME"/nv export GNUPGHOME="$XDG_DATA_HOME"/gnupg export _JAVA_OPTIONS=-Djava.util.prefs.userRoot="$XDG_CONFIG_HOME"/java export SSB_HOME="$XDG_DATA_HOME"/zoom +export WGETRC="$XDG_CONFIG_HOME/wgetrc" [[ $(fgconsole 2>/dev/null) == 1 ]] && exec startx "$XDG_CONFIG_HOME/X11/xinitrc" -- vt1 |