mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-29 11:44:53 +01:00
c10afa40c3
* Add ability to skip config modifications * Update golden names to fork on OS * Remove incorrect newline in golden
25 lines
438 B
Plaintext
25 lines
438 B
Plaintext
Please edit "~/.bashrc" to add:
|
|
|
|
```
|
|
# Hishtory Config:
|
|
export PATH="$PATH:/home/runner/.hishtory"
|
|
source /home/runner/.hishtory/config.sh
|
|
```
|
|
|
|
Please edit "~/.bash_profile" to add:
|
|
|
|
```
|
|
# Hishtory Config:
|
|
export PATH="$PATH:/home/runner/.hishtory"
|
|
source /home/runner/.hishtory/config.sh
|
|
```
|
|
|
|
Please edit "~/.zshrc" to add:
|
|
|
|
```
|
|
# Hishtory Config:
|
|
export PATH="$PATH:/home/runner/.hishtory"
|
|
source /home/runner/.hishtory/config.zsh
|
|
```
|
|
|