Cleanup up pushdot and git now stores credentials

This commit is contained in:
Sage Vaillancourt 2020-02-09 12:42:29 -05:00
parent e6e14a634a
commit 15290c522c
2 changed files with 4 additions and 4 deletions

View File

@ -3,3 +3,5 @@
email = sagev9000@tutanota.com
[core]
autocrlf = input
[credential]
helper = store

6
.zshrc
View File

@ -127,9 +127,7 @@ export fsu="vaillanc@linprog.cs.fsu.edu"
export EDITOR='vim'
function pushdot {
cd ~/.dotfiles
git add .*
git commit
git push -u origin master
cd ~/.dotfiles &&
git add .* && git commit && git push -u origin master
cd -
}