Fix
This commit is contained in:
parent
5b2cfd4c88
commit
41173b15aa
|
@ -2,7 +2,7 @@
|
|||
|
||||
set profile_dirs "$HOME/.mozilla/firefox/*.dev-edition-default"
|
||||
if test (uname) = Darwin
|
||||
set profile_dirs "$HOME/Library/Application Support/Firefox/Profiles/*.dev-edition-default"
|
||||
set profile_dirs $HOME/Library/Application\ Support/Firefox/Profiles/*.dev-edition-default
|
||||
end
|
||||
|
||||
for p in $profile_dirs
|
||||
|
|
Reference in a new issue