.bash_profile initial commit
This commit is contained in:
commit
914b65a262
4
run/.bash_profile
Normal file
4
run/.bash_profile
Normal file
@ -0,0 +1,4 @@
|
||||
for DOTFILE in `find /home/ahosking/.dotfiles`
|
||||
do
|
||||
[ -f "$DOTFILE" ] && source "$DOTFILE"
|
||||
done
|
Loading…
Reference in New Issue
Block a user