fixed error in line 26

This commit is contained in:
Russell Riker 2022-09-08 18:04:30 -04:00
parent 5d9711fa4c
commit 0b4e75ddfd
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#bash files
echo "Linking bash config files"
ln -fs ~/mydev/my-dotfiles/.bashrc ~/.bashrc
ln -fs ~/mydel/my-dotfiles/.bash_alias ~/.bash_alias
ln -fs ~/mydev/my-dotfiles/.bash_alias ~/.bash_alias
#git files
echo "Linking git config files"