set-alias vim"C:\software\git\Git\usr\bin\vim.exe"# 此处为vim的安装路径, 安装完Git就有了set-alias vi"C:\software\git\Git\usr\bin\vim.exe"# 此处为vim的安装路径, 安装完Git就有了new-alias grep findstr # Linux grep 使用惯了, 所以建立一个昵称oh-my-posh --init --shell pwsh --confi...
Set-Alias'sudo''gsudo' 安装oh-my-posh 官方:https://ohmyposh.dev/ git 地址:https://github.com/jandedobbeleer/oh-my-posh winget install oh-my-posh 以上命令会安装 oh-my-posh.exe 以及最新的主题。 安装Nerd Fonts oh-my-posh 的不少主题都是依赖于该字体,否则部分 icon 会乱码,建议安装。 Ne...
六.Git Bash配置oh-my-posh 将“~\AppData\Local\Programs\oh-my-posh\themes\你想用的主题.omp.json” 文件拷贝到 C:\Users\你的用户名 目录下;再在 ~/.profile 文件(没有则touch .profile创建)添加命令,后执行 . ~/.profile 刷新,重启终端即可生效。 eval "$(oh-my-posh --init --shell bash -...
set-alias ls Get-ChildItemColor function prompt { $my_path = $(get-location).toString() $my_pos = ($my_path).LastIndexOf("\") + 1 if( $my_pos -eq ($my_path).Length ) { $my_path_tail = $my_path } else { $my_path_tail = ($my_path).SubString( $my_pos, ($my_path)...
Set-Alias'sudo''gsudo' 安装oh-my-posh 官方:https://ohmyposh.dev/ git 地址:https://github.com/jandedobbeleer/oh-my-posh winget install oh-my-posh 以上命令会安装 oh-my-posh.exe 以及最新的主题。 安装Nerd Fonts oh-my-posh 的不少主题都是依赖于该字体,否则部分 icon 会乱码,建议安装。
在windows中使用Oh My Posh美化你的终端PowerShell或WSL 安装Windows terminal Windows 终端是一个新式主机应用程序,它面向你喜爱的命令行shell,如命令提示符、PowerShell和bash(通过适用于Linux的Windows子系统 (WSL))。 它的主要功能包括多个选项卡、窗格、Unicode和UTF-8字符支持、GPU加速文本呈现引擎,你还可用它来...
{{ if .Git }}...{{ end }}? Then I could use something like {{ if .Git }}{{ .Git....
I am using Oh My Posh on the latest Windows 10 Pro through scoop, and I am experiencing absolutely no issues with using my theme through PowerShell. In the beginning, I wanted to point out that https://ohmyposh.dev/docs/windows advises setting Git Bash configuration to ~/.bashrc, wherea...
现在当前 PowerShell 窗口导入 posh-git 和 oh-my-posh 代码语言:javascript 复制 Import-Module posh-git Import-Module oh-my-posh 然后我们输入以下命令来预览效果 代码语言:javascript 复制 Get-PoshThemes 选择你喜欢的主题,记住他的名称,我这里选择honukai主题 ...
(x86)/oh-my-posh/bin/oh-my-posh.exe --millis > "$TIMER_START"' Version: 7.20.0 Segments: ConsoleTitle(false) - 0 ms - session(true) - 0 ms - ronam@RON-AM-PC path(true) - 0 ms - git(false) - 8 ms - shell(true) - 0 ms - uni Run duration: 9.7595ms Cache path...