From c43eb77fc178c2501a37934dcd19d3f0db7c1e41 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Thu, 23 Apr 2020 11:46:53 -0400 Subject: [PATCH] Add getdot function --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zshrc b/.zshrc index b196f5f..482a2ae 100644 --- a/.zshrc +++ b/.zshrc @@ -109,3 +109,9 @@ function pushdot { fi cd - } + +function getdot { + cd ~/.dotfiles && + git pull + cd - +}