Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(installer): use quotes in set-alias #3408

Merged
merged 1 commit into from Nov 5, 2022
Merged

fix(installer): use quotes in set-alias #3408

merged 1 commit into from Nov 5, 2022

Conversation

smarttommyau
Copy link
Contributor

This can prevent spacing in the path causeing the Set-Alias error.

Description

summary of the change
Simply add a '' to prevent the error/bug.

fixes #(issue)
Fix error when the path to the lvim.ps1 have spacing.(e.g. the username has spaces)

How Has This Been Tested?

  • Run the setup script, then run the. $profile, see if there is any error message.

To prevent spacing in the path causes the alias not working.
Copy link
Collaborator

@kylo252 kylo252 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@kylo252 kylo252 changed the title [fix] Add quote to the Set-Alias to prevent spacing fix(installer): use quotes in set-alias Nov 5, 2022
@kylo252 kylo252 merged commit f0ed89d into LunarVim:master Nov 5, 2022
tomazursic pushed a commit to tomazursic/LunarVim that referenced this pull request Nov 5, 2022
* upstream/master: (27 commits)
  fix(config): use a minimal bootstrap for mason (LunarVim#3427)
  chore(release): update changelog
  ci: test commitlint on pr title (LunarVim#3262)
  fix(installer): use quotes in set-alias (LunarVim#3408)
  fix(bufferline): use buf kill on close (LunarVim#3422)
  chore: format on save off by default
  feat: only use orange branch for lunar colorscheme
  chore: don't override colors for location
  chore: remove separator
  feat: use our own colorscheme, decouple from tokyonight (LunarVim#3378)
  fix(installer): Use master in windows installer (LunarVim#3421)
  chore: use bigger chevrons
  feature: Add chevron to breadcrumbs (with matching highlight group) (LunarVim#3380)
  fix(logger): set console logging to sync (LunarVim#3379)
  refactor(config): better deprecation handling (LunarVim#3419)
  docs: update colors for links in readme
  chore: bump plugins version (LunarVim#3418)
  fix(terminal): slightly bigger vertical terminal
  fix(config): more comprehensive cache reset (LunarVim#3416)
  chore: bump plugins version (LunarVim#3389)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants