Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SHELL_SCRIPTS = map[string]fileMap{
"bash": {
Key: "bash_profile.sh",
Path: "~/.bash_profile",
},
"zsh": {
Key: "zshrc.sh",
Path: "~/.zshrc",
},
"fish": {
Key: "aws-sso.fish",
Path: getFishScript(),
},
}
map of shells to their file we edit by default
Functions ¶
func ConfigFiles ¶
func ConfigFiles() []string
ConfigFiles returns a list of all the config files we might edit
func InstallHelper ¶
InstallHelper installs any helper code into our shell startup script(s)
func UninstallHelper ¶
UninstallHelper removes any helper code from our shell startup script(s)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.