fix: Wine complains about directory not found
This commit is contained in:
parent
aea43a475e
commit
e203984754
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue