no more home bin, add script package to PATH

This commit is contained in:
2025-05-13 09:44:45 -04:00
parent 67fc5ddb4a
commit c92bb7bbee
5 changed files with 60 additions and 102 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/usr/bin/env bash
# the command used to initialize our partial subtree
#git remote add -f -t master --no-tags gitprompt https://github.com/git/git.git
#git read-tree --prefix=git-prompt/ -u gitprompt/master:contrib/completion
#git commit
# the command used to update our partial subtree
git rm -rf git-prompt
git read-tree --prefix=git-prompt/ -u gitprompt/master:contrib/completion
git commit