We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Aliae doesn't find the config when using ~ with the config flag.
~
This doesn't work:
aliae init pwsh --config "~\OneDrive\Configs\aliae.yaml" | Invoke-Expression`
This works:
aliae init pwsh --config "C:\Users\mekwall\OneDrive\Configs\aliae.yaml" | Invoke-Expression
This works just fine with oh-my-posh so it would be awesome if support could be added.
oh-my-posh
Windows
powershell
The text was updated successfully, but these errors were encountered:
fix(config): replace ~ with HOME dir
edd03a1
resolves #237
95c6fcc
JanDeDobbeleer
Successfully merging a pull request may close this issue.
Code of Conduct
What happened?
Aliae doesn't find the config when using
~
with the config flag.This doesn't work:
This works:
This works just fine with
oh-my-posh
so it would be awesome if support could be added.What OS are you seeing the problem on?
Windows
Which shell are you using?
powershell
The text was updated successfully, but these errors were encountered: