From 74737749e450beb51ce7beda0162d85c0931a726 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 23 Feb 2024 11:52:16 +0100 Subject: Update appid method and add new teams to amethyst --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index e3e2058..474f582 100644 --- a/.bash_profile +++ b/.bash_profile @@ -49,7 +49,7 @@ alias gpgkill='( # ==== Functions # get app ID to add to amethyst (apps have to be running) function appid { - lsappinfo info -only bundleid "$@" | cut -d '"' -f4 + codesign -dr - "$@" } # ==== Aliased Directories -- cgit v1.2.3