Merge remote-tracking branch 'github/master'
This commit is contained in:
commit
203365a9fb
@ -28,6 +28,9 @@ function git-config-joshs()
|
|||||||
git config --global init.defaultBranch master
|
git config --global init.defaultBranch master
|
||||||
# Only use configured user.name/user.email; do not guess them
|
# Only use configured user.name/user.email; do not guess them
|
||||||
git config --global user.useConfigOnly true
|
git config --global user.useConfigOnly true
|
||||||
|
# Do not automatically mark my branch as tracking the remote branch that I
|
||||||
|
# happened to use as the starting point.
|
||||||
|
git config --global branch.autoSetupMerge false
|
||||||
}
|
}
|
||||||
function git-config-local-personal()
|
function git-config-local-personal()
|
||||||
{
|
{
|
||||||
|
|||||||
2
bash_profile
Normal file
2
bash_profile
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
source $HOME/.profile
|
||||||
|
source $HOME/.bashrc
|
||||||
@ -21,6 +21,9 @@ def install_file(src, dst):
|
|||||||
|
|
||||||
files = [
|
files = [
|
||||||
('bash_aliases', '.bash_aliases'),
|
('bash_aliases', '.bash_aliases'),
|
||||||
|
('bash_aliases.d', '.bash_aliases.d'),
|
||||||
|
('bash_profile', '.bash_profile'),
|
||||||
|
('profile', '.profile'),
|
||||||
('inputrc', '.inputrc'),
|
('inputrc', '.inputrc'),
|
||||||
('screenrc', '.screenrc'),
|
('screenrc', '.screenrc'),
|
||||||
('gitignore', '.gitignore'),
|
('gitignore', '.gitignore'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user