Simplify function

This commit is contained in:
Michael Wolf
2023-09-18 17:19:10 -06:00
parent 0f2a06e1f0
commit b0ea0360af

View File

@@ -1,5 +1,5 @@
function root() {
echo "$(git rev-parse --show-toplevel)"
git rev-parse --show-toplevel
}
wfroot() {