Skip to content

Instantly share code, notes, and snippets.

@k-ni-ght
Last active January 7, 2017 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k-ni-ght/8b4a700c4dc38594801349ff7754b640 to your computer and use it in GitHub Desktop.
Save k-ni-ght/8b4a700c4dc38594801349ff7754b640 to your computer and use it in GitHub Desktop.
# 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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment