Added .bashrc aliases

This commit is contained in:
Shannon Appelcline 2018-08-03 11:03:44 -07:00 committed by GitHub
parent a0a04ee0be
commit 7fdbd3ea26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,6 +202,8 @@ EOF
fi
/bin/chown user1 ~user1/.bash_profile
cp ~user1/.bash_profile ~user1/.bashrc
/bin/chown user1 ~user1/.bashrc
echo "$0 - Give user1 bitcoin aliases in their .bash_profile."