Skip to content

Commit

Permalink
feat(#9):updated gen script
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumfate committed Nov 15, 2023
1 parent 8a3563b commit 8e5744f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/scripts/genconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ while getopts ":p:e:tn" opt; do
done

qvim_state_name="quantumvim"
NVIM_APPNAME="${NVIM_APPNAME:-"qvim"}"

XDG_CACHE_HOME="${XDG_CACHE_HOME:-"$HOME/.cache"}"
XDG_STATE_HOME="${XDG_STATE_HOME:-"$HOME/.local/state"}"
Expand Down

0 comments on commit 8e5744f

Please sign in to comment.