Hide 'cd -' output in getdot

This commit is contained in:
Sage Vaillancourt 2024-01-22 20:38:11 -05:00
parent 5eccbfcbfc
commit 89f3f87649
1 changed files with 1 additions and 1 deletions

View File

@ -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