mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
refactor: remove comment
This commit is contained in:
parent
991ce4b4ce
commit
f05d8a2cc2
|
@ -48,11 +48,6 @@ func (c *command) string() string {
|
||||||
return c.value
|
return c.value
|
||||||
}
|
}
|
||||||
|
|
||||||
// func (c *command) runCommand(command string) string {
|
|
||||||
// args := strings.Fields(command)
|
|
||||||
// return c.env.runCommand(args[0], args[1:]...)
|
|
||||||
// }
|
|
||||||
|
|
||||||
func (c *command) init(props *properties, env environmentInfo) {
|
func (c *command) init(props *properties, env environmentInfo) {
|
||||||
c.props = props
|
c.props = props
|
||||||
c.env = env
|
c.env = env
|
||||||
|
|
Loading…
Reference in a new issue