hishtory/client/testdata/TestInstallSkipConfigModification-InstallOutput-darwin
David Dworken b323351731
Add ability to skip config modifications for #212 (#216)
* Add ability to skip config modifications

* Update golden names to fork on OS

* Remove incorrect newline in golden
2024-06-13 21:16:17 -07:00

25 lines
444 B
Plaintext

Please edit "~/.bashrc" to add:
```
# Hishtory Config:
export PATH="$PATH:/Users/runner/.hishtory"
source /Users/runner/.hishtory/config.sh
```
Please edit "~/.bash_profile" to add:
```
# Hishtory Config:
export PATH="$PATH:/Users/runner/.hishtory"
source /Users/runner/.hishtory/config.sh
```
Please edit "~/.zshrc" to add:
```
# Hishtory Config:
export PATH="$PATH:/Users/runner/.hishtory"
source /Users/runner/.hishtory/config.zsh
```