summaryrefslogtreecommitdiff
path: root/utils/installer/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/installer/install.sh')
-rwxr-xr-xutils/installer/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/installer/install.sh b/utils/installer/install.sh
index 668c76ca..24ce8cc3 100755
--- a/utils/installer/install.sh
+++ b/utils/installer/install.sh
@@ -166,7 +166,7 @@ function main() {
msg "$ADDITIONAL_WARNINGS"
msg "Thank you for installing LunarVim!!"
- echo "You can start it by running: $HOME/.local/bin/lvim"
+ echo "You can start it by running: $HOME/.local/bin/$NVIM_APPNAME"
echo "Do not forget to use a font with glyphs (icons) support [https://github.com/ryanoasis/nerd-fonts]"
}
@@ -437,7 +437,7 @@ function setup_lvim() {
echo "Preparing Lazy setup"
- "$HOME/.local/bin/lvim" --headless -c 'quitall'
+ "$HOME/.local/bin/$NVIM_APPNAME" --headless -c 'quitall'
echo "Lazy setup complete"