Skip to content

Commit

Permalink
Fix stash
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumfate committed Apr 23, 2024
1 parent d506593 commit 5ef33b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/installer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ structlog_url="https://github.com/Tastyep/structlog.nvim.git"
declare -xr NVIM_APPNAME="${NVIM_APPNAME:-"qvim"}"

declare -x QV_BRANCH="${QV_BRANCH:-"main"}"
declare -xr QV_REMOTE="${QV_REMOTE:-"QuantumVim/QuantumVim.git"}"
declare -xr QV_REMOTE="${QV_REMOTE:-"quantumfate/QuantumVim.git"}"

declare -xr QV_CONFIG_BRANCH="${QV_CONFIG_BRANCH:-"main"}"
declare -xr QV_CONFIG_REMOTE="${QV_CONFIG_REMOTE:-"QuantumVim/config.git"}"
declare -xr QV_CONFIG_REMOTE="${QV_CONFIG_REMOTE:-"quantumfate/QuantumVimConfig.git"}"

declare -xr INSTALL_PREFIX="${INSTALL_PREFIX:-"$HOME/.local"}"

Expand Down

0 comments on commit 5ef33b0

Please sign in to comment.