mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-11-17 18:17:20 +01: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
|
alias brew=homebrew
|
||||||
fi
|
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 .
|
# Allow custom aliases to be put in .aliases or .bash_aliases .
|
||||||
|
|
||||||
# .aliases
|
# .aliases
|
||||||
|
|||||||
6
rc/zshrc
6
rc/zshrc
@ -659,6 +659,12 @@ if hash homebrew 2> /dev/null; then
|
|||||||
alias brew=homebrew
|
alias brew=homebrew
|
||||||
fi
|
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 .
|
# Allow custom aliases to be put in .aliases or .zsh_aliases .
|
||||||
|
|
||||||
# .aliases
|
# .aliases
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user