fix: Wine complains about directory not found

This commit is contained in:
Ahmad Ansori Palembani 2024-05-17 09:00:35 +07:00
parent aea43a475e
commit e203984754
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -135,6 +135,7 @@ export PKG_CACHE_PATH="$XDG_DATA_HOME/pkg-cache"
[ -f $WGETRC ] || touch $WGETRC # wget will fail to run without this file
[ -d $GNUPGHOME ] || mkdir -p $GNUPGHOME
[ -d $WAKATIME_HOME ] || mkdir -p $WAKATIME_HOME
[ -d $WINEPREFIX ] || mkdir -p $WINEPREFIX
# << [XDG]
# zsh