Remove git prune alias but keep git config

This commit is contained in:
Armel van Ravels
2026-02-05 17:17:05 +01:00
parent eb1c9e9fb4
commit 9a01791c95

View File

@@ -7,8 +7,5 @@
name = "Armel van Ravels"; name = "Armel van Ravels";
email = "armel@localhost"; email = "armel@localhost";
}; };
settings.alias = {
prune = "!git fetch -p && git branch -vv | grep \": gone]\" | grep -v \"*\" | awk '{print $1}' | xargs -r git branch -D";
};
}; };
} }