mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-09-16 11:17:21 +02:00
{bash,zsh]rc: add aliases for firefox --ProfileManager
This commit is contained in:
parent
7da8930100
commit
4fbdcc3e40
@ -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
|
||||
|
6
rc/zshrc
6
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user