diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 6521f5d..df2d389 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -73,12 +73,14 @@ chpwd() { if [ -z "$(git rev-parse --show-prefix)" ]; then echo "Fetching latest changes from remote..." - git fetch --quiet + git fetch fi fi } +alias f='git fetch' + # --------------------------------------------------------------------------- # Editor # ---------------------------------------------------------------------------