Skip to content

Instantly share code, notes, and snippets.

View k-ni-ght's full-sized avatar

Romain k-ni-ght

  • Lyon
View GitHub Profile
@k-ni-ght
k-ni-ght / XDG
Last active January 7, 2017 14:15
# Apply XDG convention on applications configuration.
# see: https://freedesktop.org/wiki/Software/xdg-user-dirs/
export XDG_DIR="${HOME}/.config"
export HTTPIE_CONFIG_DIR="${XDG_DIR}/httpie"
export rvm_path="${XDG_DIR}/rvm"