mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-22 10:39:57 +01:00
Add firefox alias
This commit is contained in:
parent
6e4c35fcc7
commit
47aed961eb
@ -64,6 +64,12 @@ alias random32="echo $(date +%s | md5sum | head -c 32)"
|
||||
alias targz='tar -czvf'
|
||||
alias untargz='tar -xzvf'
|
||||
|
||||
# (macOS) start Firefox Profile manager
|
||||
if test -x "/Applications/Firefox.app/Contents/MacOS/firefox-bin"; then
|
||||
alias firefox-pm='/Applications/Firefox.app/Contents/MacOS/firefox-bin -P'
|
||||
fi
|
||||
|
||||
|
||||
# linux stuff
|
||||
alias journ='journalctl -xfe -t'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user