json 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 -...
安装ohmyposh https://ohmyposh.dev/docs/installation/windows scoop install https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/oh-my-posh.json 1. 下载字体 https://github.com/microsoft/cascadia-code/releases/download/v2111.01/CascadiaCode-2111.01.zip...
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...
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...
首先是 oh-my-zsh 自带的 alias 插件,这些东西能让你在终端少打很多字: 1. git 定义了有关 git 的 alias。常用的有 gaa = git add --all gcmsg =… Windows Terminal美化(oh-my-posh3) 下一个时间戳 更新2022/6/20 新方法如下 1.直接在微软商店搜索oh my posh下载(同时若没有Windows Terminal的可...
I use oh-my-posh as my bash prompts, having this in .bashrc: eval "$(oh-my-posh init bash --config ~/.poshthemes/xyz.json)" The default fuck works fine, but as I switched to the Instand mode: eval $(thefuck --alias --enable-experimental-...
PowerShell美化 2019-12-21 17:57 −转载自[Powershell 美化 ——oh-my-posh](https://www.iszy.cc/2018/05/06/beautify-powershell/),作者[Zvonimir](https://www.iszy.cc/)。 PowerShell默认的主题太丑了,用过[OhMyZsh]... OneNX 0 1484 <123>...
今天偶然下载了 powershell7.2.1 https://mydown.yesky.com/pcsoft/468254.html 这想着 vscode也支持了,得装一个 ohmyposh的主题啊 安装准备先装scoop 看默认可以装个winget,win10环境,可是装半天没装上 // pow
alias fzf-preview="fzf --preview='bat --style=numbers --color=always --line-range :500 {}' --preview-window=wrap"https://github.com/ohmyzsh/ohmyzsh/issues/2537zsh禁用共享命令记录在~/.oh-my-zsh/lib/history.zsh中注释屏蔽掉 #setopt share_history 与 #setopt inc_append_historyvim ~/....