我试图配置我的bash外壳,哦,我的优雅。但我知道这个错误
Oh My Posh Error: CreateFile C:\Users0snow\my-profile.omp: The system cannot find the file specified..bashrc文件:
eval "$(oh-my-posh --init --shell bash --config $HOME/my-profile.omp)" ```发布于 2022-07-28 12:32:29
您的$HOME变量有什么问题吗?我不认为应该是C:\Users0snow,而应该是C:\Users\snow,不是吗?
https://stackoverflow.com/questions/72852179
复制相似问题