PublicFiles/Artian-Apps/apps/Oh My Posh/uninstall

8 lines
203 B
Bash

#!/bin/bash
#skip removal of cache if executed from an update
if [[ "$1" != "update" ]];then
rm -rf "$HOME/.cache/oh-my-posh"
fi
sudo rm -f /usr/local/bin/oh-my-posh /etc/bash_completion.d/oh-my-posh