Add firefox alias

This commit is contained in:
Jan Jastrow 2022-06-16 23:30:46 +02:00
parent 6e4c35fcc7
commit 47aed961eb
1 changed files with 6 additions and 0 deletions

View File

@ -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'