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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user