fish: Add XDG env variables

This commit is contained in:
ViViDboarder 2019-04-30 15:46:43 -07:00
parent 0f6e082bbf
commit 0297379eac
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
# XDG Spec
set -gx XDG_CONFIG_HOME "$HOME/.config"
set -gx XDG_DATA_HOME "$HOME/.local/share"
set -gx XDG_CACHE_HOME "$HOME/.cache"
# Increase memory sizes for java using Ant
set -gx ANT_OPTS "-Xmx2048m -Xms512m"