1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Composer now respects XDG!

This commit is contained in:
2018-12-23 09:55:35 +01:00
parent ba2ff634bb
commit 2786a47b3a

View File

@@ -35,14 +35,6 @@ if type vim &> /dev/null; then
export EDITOR=vim
fi
# Set up compoer
export COMPOSER_HOME="$XDG_CONFIG_HOME/composer"
export COMPOSER_CACHE_DIR="$XDG_CACHE_HOME/composer"
if [ -d "$COMPOSER_HOME/vendor/bin" ]; then
path+="$COMPOSER_HOME/vendor/bin"
fi
# Set up wine
export WINEPREFIX="$XDG_DATA_HOME/wine"