Skip to content

leroyz84/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

my dot files

bashrc / bash profile

My bash profile settings are included

The files / content should be self explanatory

instructions

i've symlinked bash to ~/.config/bash

cd ~/.config ; ln -s ~/github/dotfiles/.config/bash

Add to the bottom of the ~/.bashrc

# read config files
for configfile in ~/.config/bash/*; do
    source $configfile
done

About

my dot files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published