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