From 8090d91887b9a6346c79e215fdb54ed2724a3db2 Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Sun, 11 Aug 2024 00:48:12 +0200 Subject: [PATCH] if rewrite --- zsh/alias | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/alias b/zsh/alias index 8f8f678..8597288 100644 --- a/zsh/alias +++ b/zsh/alias @@ -44,7 +44,7 @@ alias random32='echo $(date +%s | md5sum | head -c 32)' alias untargz='tar -xzvf' # (macOS) start Firefox Profile manager -if test -x '/Applications/Firefox.app/Contents/MacOS/firefox-bin'; then +if [[ -x '/Applications/Firefox.app/Contents/MacOS/firefox-bin' ]]; then alias firefox-pm='/Applications/Firefox.app/Contents/MacOS/firefox-bin -P' fi