Make it easier to copy necessary snippet into .bash_profile
This commit is contained in:
parent
b138c57d95
commit
20d5835bb5
1 changed files with 3 additions and 0 deletions
3
bash/profile_snippet
Normal file
3
bash/profile_snippet
Normal file
|
@ -0,0 +1,3 @@
|
|||
for partial in $(ls ~/.bash.d/*.sh); do
|
||||
source $partial
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue