Added a welcome message when typing pm and added some ascii art

This commit is contained in:
ManOfGoldForever 2026-02-02 00:05:09 -05:00
parent 4b8d4eb0c6
commit 62caefcd22
9 changed files with 95 additions and 5 deletions

5
linux-mac-uninstall.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
echo "Removing pm binary and encrypted data..."
sudo rm -f /usr/local/bin/pm
rm -rf ~/.my_pass_manager
echo "Uninstalled successfully."