Add wget configuration and move vimrc to .config

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2019-02-12 22:08:42 +01:00
parent 3f45971851
commit 606ca1e914
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
6 changed files with 27 additions and 9 deletions

View file

@ -20,6 +20,9 @@ export XDG_DATA_HOME="${HOME}/.local/share"
# XDG Overrides for unsupported programs
export HTTPIE_CONFIG_DIR="${XDG_CONFIG_HOME}/httpie"
export XAUTHORITY="${XDG_RUNTIME_DIR}/Xauthority"
export WGETRC="${XDG_CONFIG_HOME}/wget/wgetrc"
export VIMINIT=":source ${XDG_CONFIG_HOME}/vim/vimrc"
# Bash
export HISTCONTROL=ignoreboth