Compare commits
No commits in common. "203365a9fb428c218d45726e21d1f500d8de0978" and "c98db4a373c2cc7a36c034c08d037319ca943027" have entirely different histories.
203365a9fb
...
c98db4a373
@ -28,9 +28,6 @@ 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()
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,2 +0,0 @@
|
|||||||
source $HOME/.profile
|
|
||||||
source $HOME/.bashrc
|
|
||||||
@ -21,9 +21,6 @@ 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