An open API service indexing awesome lists of open source software.

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.

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
EOF

Now use ```bash.d.sh -h``` to manage extensions.

New shells should now have added juice.