From 4fbdcc3e40b9f6b670c07ede47c86cf20bce0fbe Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 15 Sep 2025 09:34:11 +0300 Subject: [PATCH] {bash,zsh]rc: add aliases for firefox --ProfileManager --- rc/bashrc | 6 ++++++ rc/zshrc | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/rc/bashrc b/rc/bashrc index 4fc49727..d0e1ce95 100755 --- a/rc/bashrc +++ b/rc/bashrc @@ -671,6 +671,12 @@ if hash homebrew 2> /dev/null; then alias brew=homebrew fi +# When starting Firefox from terminal, display profile manager. It should +# point to my wrapper script handling other things anyway. +alias firefox="\firefox --ProfileManager" +alias ff=firefox +alias ff6=firefox + # Allow custom aliases to be put in .aliases or .bash_aliases . # .aliases diff --git a/rc/zshrc b/rc/zshrc index cafe7670..b6727a9b 100755 --- a/rc/zshrc +++ b/rc/zshrc @@ -659,6 +659,12 @@ if hash homebrew 2> /dev/null; then alias brew=homebrew fi +# When starting Firefox from terminal, display profile manager. It should +# point to my wrapper script handling other things anyway. +alias firefox="\firefox --ProfileManager" +alias ff=firefox +alias ff6=firefox + # Allow custom aliases to be put in .aliases or .zsh_aliases . # .aliases