{bash,zsh]rc: add aliases for firefox --ProfileManager

This commit is contained in:
Aminda Suomalainen 2025-09-15 09:34:11 +03:00
parent 7da8930100
commit 4fbdcc3e40
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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