diff --git a/fake_home/.zshrc b/fake_home/.zshrc index a2dc867..eb7573c 100644 --- a/fake_home/.zshrc +++ b/fake_home/.zshrc @@ -80,7 +80,7 @@ function pushdot { function getdot { cd "$DOT_DIR" || return 1 git pull && ./copy.sh - cd - + cd - > /dev/null } if which starship &> /dev/null; then