diff options
-rw-r--r-- | shell/_zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/_zshrc b/shell/_zshrc index 9d84fed..668e1c8 100644 --- a/shell/_zshrc +++ b/shell/_zshrc @@ -123,6 +123,7 @@ function update_dotfiles() { cd "$dotfiles" git pull --rebase --stat origin master echo $epoch_curr > "$epoch_file" + cd - echo "Finished." fi |