Skip to content

Commit

Permalink
Remove wgetrc
Browse files Browse the repository at this point in the history
  • Loading branch information
REBELinBLUE committed May 10, 2019
1 parent 0386564 commit 8b45cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/shell/bash/exports
Expand Up @@ -79,7 +79,7 @@ export SDIRS=$XDG_CONFIG_HOME/marks
export VAGRANT_HOME=$XDG_DATA_HOME/vagrant
export PGCLIRC=$XDG_CONFIG_HOME/pgcli/config
export MYCLIRC=$XDG_CONFIG_HOME/mycli/config
export WGETRC=$XDG_CONFIG_HOME/wget/config
#export WGETRC=$XDG_CONFIG_HOME/wget/config
export HTTPIE_CONFIG_DIR=$XDG_CONFIG_HOME/httpie
export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc
export SCREENRC=$XDG_CONFIG_HOME/screen/screenrc
Expand Down
2 changes: 1 addition & 1 deletion files/shell/fish/scripts/exports.fish
Expand Up @@ -60,7 +60,7 @@ set -xg SDIRS $XDG_CONFIG_HOME/marks
set -xg VAGRANT_HOME $XDG_DATA_HOME/vagrant
set -xg PGCLIRC $XDG_CONFIG_HOME/pgcli/config
set -xg MYCLIRC $XDG_CONFIG_HOME/mycli/config
set -xg WGETRC $XDG_CONFIG_HOME/wget/config
#set -xg WGETRC $XDG_CONFIG_HOME/wget/config
set -xg HTTPIE_CONFIG_DIR $XDG_CONFIG_HOME/httpie
set -xg NPM_CONFIG_USERCONFIG $XDG_CONFIG_HOME/npm/npmrc
set -xg SCREENRC $XDG_CONFIG_HOME/screen/screenrc
Expand Down

0 comments on commit 8b45cfb

Please sign in to comment.