diff options
author | opalmay <[email protected]> | 2023-02-17 13:17:00 +0200 |
---|---|---|
committer | opalmay <[email protected]> | 2023-02-24 17:18:10 +0200 |
commit | 55d500176b3ff1e3fac6736309a63c0308a17ad0 (patch) | |
tree | 64dd89221b2e8329c5f9e2c8b64e6a462830a6b9 /utils | |
parent | a2469bb2b1bed42bf96927148e9cac5870edd7ab (diff) |
fix: installer
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/installer/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/install.sh b/utils/installer/install.sh index b7cddac4..e975ab9d 100755 --- a/utils/installer/install.sh +++ b/utils/installer/install.sh @@ -436,7 +436,7 @@ function setup_lvim() { echo "Preparing Lazy setup" - "$XDG_DATA_HOME/bin/lvim" --headless -c 'quitall' + "$HOME/.local/bin/lvim" --headless -c 'quitall' echo "Lazy setup complete" |