mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-21 10:09:56 +01:00
if rewrite
This commit is contained in:
parent
0a290694f2
commit
8090d91887
@ -44,7 +44,7 @@ alias random32='echo $(date +%s | md5sum | head -c 32)'
|
||||
alias untargz='tar -xzvf'
|
||||
|
||||
# (macOS) start Firefox Profile manager
|
||||
if test -x '/Applications/Firefox.app/Contents/MacOS/firefox-bin'; then
|
||||
if [[ -x '/Applications/Firefox.app/Contents/MacOS/firefox-bin' ]]; then
|
||||
alias firefox-pm='/Applications/Firefox.app/Contents/MacOS/firefox-bin -P'
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user