1、oh-my-posh已经不再支持PowerShell module,我们可以在官网看见这个标签页已经入土了 进棺材了哈哈好似喵 2、配置完了以后不显示conda环境名称: 这个主要是由于配置问题,查看你的.opm.json文件,找到segments中type为python的那个部分,我们可以看到几个常见的元凶,让你无法看到你的conda环境,即使你已经配好了: "...
在配置Windows上的oh-my-posh时,遇到一些值得注意的问题。首先,官方已明确表示oh-my-posh不再支持PowerShell模块,这意味着相关的功能可能不再更新或兼容。在配置过程中,遇到不显示conda环境名称的问题,通常源于.opm.json文件的配置。其中,"display_mode"选项影响了环境名称的显示规则。默认的"environme...
window powershell with powershell中conda activate xx没有反应, 查看 python 解释器信息也没有如预期改变。 背景知识:cmd, windows powershell 和oh my posh三者的关系 cmd和powershell同类产品,都是脚本语言+命令行解释器; cmd是windows系统自带的命令行解释器,powershell是基于.NET Framework 的命令行解释器和脚本语...
I think the reason why "Conda Environment Doesn't display" is no"type": "python"in the blocks in the JSON file, I found the "ys.omp.json" has it, and I copied it into my theme JSON file, and then customized it the way I like. The "ys" theme is the default theme for oh-my...
> 同时安装Windows Terminal, 在Terminal中打开各种不同的终端,Terminal可以在微软商店中下载。 安装oh-my-posh参看posh的[官方文档](https://ohmyposh.dev/docs/windows) 在Powershell中输入 ``` Install-Module oh-my-posh -Scope CurrentUser ``` 如果由于网络原因下载失败,可以前往on-my-posh的官方github[...
oh-my-poshinitpwsh--config 第一条命令表示导入 posh-git 第二条命令表示导入 oh-my-posh 分别使用以下命令使得配置生效: # git init conda init powershell # 注意:这里必须加上 powershell 主题配置(这里以 robbyrussel 为例) 官方主题:https://ohmyposh.dev/docs/themes#robbyrussel ...
2.3 安装 Oh my posh 如上,从微软商店安装。 安装地址(懒得搜点这里的链接):oh-my-posh - Microsoft Apps 3 2.4 安装字体 由于Oh My Posh 的众多主题广泛应用了各式图标,但并非所有字体都对这类图标提供支持,导致显示可能出现问题。 官方推荐使用Meslo LGM NF字体以获得最佳体验,可通过点击上述链接下载并安装该...
eval "$('/c/Users/pawel/Miniconda3/Scripts/conda.exe' 'shell.bash' 'hook')" # <<< conda initialize <<< eval "$(oh-my-posh --init --shell bash --config ~/.mytheme.omp.json)" The first 4 lines are added when I execute conda init bash inside of Git Bash, which is ...
conda config --add channels conda-forge conda config --set channel_priority strict Once the conda-forge channel has been enabled, oh-my-posh can be installed with conda: conda install oh-my-posh or with mamba: mamba install oh-my-posh It is possible to list all of the versions of...