Skip to content

griznog/griznogotopia-bashrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

griznogotopia-bashrc

Installation.

Add the repo as ~/.bashrc.griznog.d

git clone git@github.com:griznog/griznogotopia-bashrc.git ${HOME}/.bashrc.griznog.d

To the end of your ~/.bashrc file, add

# Include griznog foo.
for file in ${HOME}/.bashrc.griznog.d/*.sh; do
  . ${file}
done

About

.bashrc tips and tricks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages