{bash,zsh}rc: add alias thunderbird for --ProfileManager

This commit is contained in:
Aminda Suomalainen 2026-04-10 20:19:49 +03:00
parent 3b07bfa8c2
commit 6b52f25b3f
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 2 additions and 0 deletions

View File

@ -691,6 +691,7 @@ fi
alias firefox="\firefox --ProfileManager"
alias ff=firefox
alias ff6=firefox
alias thunderbird="\thunderbird --ProfileManager"
# Allow custom aliases to be put in .aliases or .bash_aliases .

View File

@ -678,6 +678,7 @@ fi
alias firefox="\firefox --ProfileManager"
alias ff=firefox
alias ff6=firefox
alias thunderbird="\thunderbird --ProfileManager"
# Allow custom aliases to be put in .aliases or .zsh_aliases .