Init returns initialization code for installing leader in bash.
()
| 81 | |
| 82 | // Init returns initialization code for installing leader in bash. |
| 83 | func (shell *POSIXShell) Init() string { |
| 84 | return packr.NewBox("assets").String(fmt.Sprintf("leader.%s.sh", shell.name)) |
| 85 | } |
| 86 | |
| 87 | // FishShell implements Shell for /usr/bin/fish. |
| 88 | type FishShell struct { |