https://github.com/tobybatch/bashdotdee
Adds function to my bash shell.
https://github.com/tobybatch/bashdotdee
bash
Last synced: 3 months ago
JSON representation
Adds function to my bash shell.
- Host: GitHub
- URL: https://github.com/tobybatch/bashdotdee
- Owner: tobybatch
- License: gpl-3.0
- Created: 2018-06-07T10:41:12.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T11:16:52.000Z (6 months ago)
- Last Synced: 2025-02-01T17:35:12.064Z (4 months ago)
- Topics: bash
- Language: Shell
- Size: 63.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bash dot Dee
Adds function to my bash shell.
git clone https://github.com/tobybatch/bashdotdee.git $HOME/.bash.d
cat <>.bashrc
PATH=\$PATH:\$HOME/.bash.d
for x in ~/.bash.d/enabled/*.bash
do
. "\$x"
done
EOFNow use ```bash.d.sh -h``` to manage extensions.
New shells should now have added juice.