mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
Fix hh in envsetup
This commit is contained in:
parent
57ba077b2b
commit
9864f929c9
1 changed files with 4 additions and 1 deletions
5
envsetup
5
envsetup
|
@ -8,10 +8,13 @@ mv ~/.hh_favourites ~/.hh_favourites.bak
|
||||||
# Link to the new ones
|
# Link to the new ones
|
||||||
ln -s ${BIN_DIR}/.bashrc ~/.bashrc
|
ln -s ${BIN_DIR}/.bashrc ~/.bashrc
|
||||||
ln -s ${BIN_DIR}/.bash_aliases ~/.bash_aliases
|
ln -s ${BIN_DIR}/.bash_aliases ~/.bash_aliases
|
||||||
ln -s ${BIN_DIR}/.hh_favourites ~/.hh_favourites
|
ln -s ${BIN_DIR}/.hh_favorites ~/.hh_favorites
|
||||||
# Copy the bash host file into place
|
# Copy the bash host file into place
|
||||||
cp ${BIN_DIR}/.bash_host ~
|
cp ${BIN_DIR}/.bash_host ~
|
||||||
|
|
||||||
# Set up git
|
# Set up git
|
||||||
|
## Set the username & email address
|
||||||
|
git config --global user.name "Starbeamrainbowlabs"
|
||||||
|
git config --global user.email "sbrl@starbeamrainbowlabs.com"
|
||||||
## Add gitignore.io .gitignore file generator
|
## Add gitignore.io .gitignore file generator
|
||||||
git config --global alias.ignore '!gi() { curl -L -s https://www.gitignore.io/api/$@ ;}; gi'
|
git config --global alias.ignore '!gi() { curl -L -s https://www.gitignore.io/api/$@ ;}; gi'
|
||||||
|
|
Loading…
Reference in a new issue