Ajeet D'Souza
Ajeet D'Souza
1. What are the colours supposed to look like? 2. What's the value of LS_COLORS?
Could you elaborate on the use case for this?
This is strange, zoxide is most definitely packaged for `x86_64-unknown-linux-musl`. Would you mind downloading the install script, running it with `bash -x install.sh`, and pasting the output here? https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh
What is an alias file - do you mean a symbolic link? What error is zoxide emitting?
> What is an alias file - do you mean a symbolic link? What error is zoxide emitting? Can you answer this?
What do you mean by "like a symbolic link"? How have you created it?
Have you: 1. Ensured that zoxide is initialized at the end of your config file 2. cd-ed around normally to populate the database?
Can someone give me the output of this command: ```pwsh Get-Command prompt | Format-List * ```
Seems like Starship is still overriding the prompt set by zoxide. AFAICT, this only happens if Starship is initialized after zoxide. Here's what `Get-Command prompt | Format-List *` returns for...
Could you share your PowerShell config here?