mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-23 00:34:27 +01:00
b323351731
* Add ability to skip config modifications * Update golden names to fork on OS * Remove incorrect newline in golden
25 lines
444 B
Plaintext
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
|
|
```
|
|
|