1 Star 0 Fork 0

fanzuquan/oh-my-posh

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
segment_shell.go 289 Bytes
Copy Edit Raw Blame History
Jan De Dobbeleer authored 2020-09-25 01:11 +08:00 . refactor: format shell name better
package main
type shell struct {
props *properties
env environmentInfo
}
func (s *shell) enabled() bool {
return true
}
func (s *shell) string() string {
return s.env.getShellName()
}
func (s *shell) init(props *properties, env environmentInfo) {
s.props = props
s.env = env
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/fanzuquan/oh-my-posh.git
git@gitee.com:fanzuquan/oh-my-posh.git
fanzuquan
oh-my-posh
oh-my-posh
v3.15.0

Search