Skip to content

supersub0/bash-sources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bash-sources

Purpose

Used for .bashrc, providing aliases and other configuration.

Sources for this repo

How to use

Update your .bashrc or .bash_profile with the following snippet.

DIR=~/.bash-sources

for i in $DIR/*.bash; do
    echo "Loading $i ..."
    source $i
done

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages