Add script for launching gw2 and httpie configuration
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
09208130da
commit
3f45971851
7 changed files with 51 additions and 33 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue