Run the .bashrc and slight formatting adjustment
Slight formatting change and replaced sourcing all dotfiles with running just the .bashrc
This commit is contained in:
parent
30c67915f6
commit
7edccd44e9
@ -39,8 +39,9 @@ for FILE in $DOTFILES ; do
|
|||||||
if [ $NEWLINK -eq 1 ] ; then
|
if [ $NEWLINK -eq 1 ] ; then
|
||||||
echo "Creating new link to $(pwd)/$BASEFILE from" ~
|
echo "Creating new link to $(pwd)/$BASEFILE from" ~
|
||||||
ln -s $(pwd)/$BASEFILE ~/$BASEFILE
|
ln -s $(pwd)/$BASEFILE ~/$BASEFILE
|
||||||
source ~/$BASEFILE
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
. ~/.bashrc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user