Update dotfiles

This commit is contained in:
2023-08-30 08:28:14 +01:00
parent 6a8a6b879d
commit bfa0375ceb
3 changed files with 25 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ function demoprompt() {
# Tag the file as OK to run
function itsok() {
if [[ $(uname) == "Darwin" ]]; then
xattr -r -d com.apple.quarantine $1
xattr -d com.apple.quarantine $1
else
echo 'This only works on macOS...'
fi