Add getdot function

This commit is contained in:
Sage Vaillancourt 2020-04-23 11:46:53 -04:00
parent 994f7fdf73
commit c43eb77fc1
1 changed files with 6 additions and 0 deletions

6
.zshrc
View File

@ -109,3 +109,9 @@ function pushdot {
fi
cd -
}
function getdot {
cd ~/.dotfiles &&
git pull
cd -
}