@ -128,6 +128,10 @@ export EDITOR='vim'
function pushdot {
cd ~/.dotfiles &&
if [ $# -eq 0 ]; then
git add .* && git commit && git push -u origin master
else
git add .* && git commit -m "$1" && git push -u origin master
fi
cd -
}