Function Enable-PoshLineError 0.0 oh-my-posh-core Function Enable-PoshTooltips 0.0 oh-my-posh-core Function Enable-PoshTransientPrompt 0.0 oh-my-posh-core Function Export-PoshTheme 0.0 oh-my-posh-core Function Get-PoshThemes 0.0 oh-my-posh-core Function Set-PoshContext 0.0 oh-my-posh-core 1...
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...
PATH environment variable does not have C:\ProgramData\chocolatey\bin in it. Adding... 警告: Not setting tab completion: Profile file does not exist at 'D:\Users\cuika\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1'. Chocolatey (choco.exe) is now ready. You can call choco from...
Import-Module oh-my-posh #set theme Set-poshPrompt paradox #set tab auto completion(optional item) #(the command line will try to offer you a list(candidated) when you press the `tab`key #of course,if the current path have only one or even none can match what you want to match,it...
https://ohmyposh.dev Oh My Posh是一个自定义的提示引擎,适用于任何shell,能够用函数或变量调整提示字符串。 传统上,提示工具是通过每个主题的自定义脚本(就像Oh My Posh 2那样)或大量的CLI配置开关来定义它的外观。对于Oh My Posh,我想从一个单一的配置文件开始,可以很容易地在任何地方共享,消除了真正掌握下...
https://github.com/ohmyzsh/ohmyzsh/blob/master/lib/history.zsh## History command configuration setopt extended_history # record timestamp of command in HISTFILE setopt hist_expire_dups_first # delete duplicates first when HISTFILE size exceeds HISTSIZE setopt hist_ignore_dups # ignore duplicated ...