From 6b52f25b3fd621c78255bb3731b1ee36eeaa3a11 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 10 Apr 2026 20:19:49 +0300 Subject: [PATCH] {bash,zsh}rc: add alias thunderbird for --ProfileManager --- rc/bashrc | 1 + rc/zshrc | 1 + 2 files changed, 2 insertions(+) diff --git a/rc/bashrc b/rc/bashrc index 5c4e4349..3800bc23 100755 --- a/rc/bashrc +++ b/rc/bashrc @@ -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 . diff --git a/rc/zshrc b/rc/zshrc index b9c485c9..3a479f67 100755 --- a/rc/zshrc +++ b/rc/zshrc @@ -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 .