Add script for launching gw2 and httpie configuration

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2019-02-12 21:05:59 +01:00
parent 09208130da
commit 3f45971851
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
7 changed files with 51 additions and 33 deletions

View file

@ -14,9 +14,12 @@
. "${HOME}/bin/utils.sh"
# XDG_Base_Directories
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CONFIG_HOME="${HOME}/.config"
export XDG_CACHE_HOME="${HOME}/.cache"
export XDG_DATA_HOME="${HOME}/.local/share"
# XDG Overrides for unsupported programs
export HTTPIE_CONFIG_DIR="${XDG_CONFIG_HOME}/httpie"
# Bash
export HISTCONTROL=ignoreboth