Cleanup up pushdot and git now stores credentials
This commit is contained in:
parent
e6e14a634a
commit
15290c522c
|
@ -3,3 +3,5 @@
|
||||||
email = sagev9000@tutanota.com
|
email = sagev9000@tutanota.com
|
||||||
[core]
|
[core]
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
|
[credential]
|
||||||
|
helper = store
|
||||||
|
|
6
.zshrc
6
.zshrc
|
@ -127,9 +127,7 @@ export fsu="vaillanc@linprog.cs.fsu.edu"
|
||||||
export EDITOR='vim'
|
export EDITOR='vim'
|
||||||
|
|
||||||
function pushdot {
|
function pushdot {
|
||||||
cd ~/.dotfiles
|
cd ~/.dotfiles &&
|
||||||
git add .*
|
git add .* && git commit && git push -u origin master
|
||||||
git commit
|
|
||||||
git push -u origin master
|
|
||||||
cd -
|
cd -
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue