https://github.com/adnelson/bash-scripts
My zsh/bash configuration files (aliases, functions, etc)
https://github.com/adnelson/bash-scripts
Last synced: 4 months ago
JSON representation
My zsh/bash configuration files (aliases, functions, etc)
- Host: GitHub
- URL: https://github.com/adnelson/bash-scripts
- Owner: adnelson
- Created: 2015-07-11T23:36:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T12:09:26.000Z (over 1 year ago)
- Last Synced: 2025-02-08T03:47:05.505Z (over 1 year ago)
- Language: Shell
- Size: 277 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Add this to `~/.zshrc`:
```
export SH_CONFIG=/path/to/this/directory
source $SH_CONFIG/config.sh
```