Add updot function to fish #fishshell

This commit is contained in:
Colin Powell
2018-12-12 12:20:11 -05:00
parent cd3f4b6e98
commit b3896c39b1
2 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,6 @@
function updot
pushd ~/devel/dotfiles
git pull --rebase
fisher
popd
end