Reorganize bash_aliases entirely, add some readme.
This commit is contained in:
parent
bd95a93220
commit
63c5cb05bc
5 changed files with 27 additions and 13 deletions
9
bash/README.md
Normal file
9
bash/README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
Snippets you can source from your `.bash_profile`.
|
||||
|
||||
To install them all, copy them to ~/.bash.d and add this to your shell init script:
|
||||
|
||||
```
|
||||
for partial in $(ls ~/.bash.d/*.sh); do
|
||||
source $partial
|
||||
done
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue