Work fixes #3
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set profile_dirs "$HOME/.mozilla/firefox/*.dev-edition-default"
|
set profile_dirs "$HOME/.mozilla/firefox/*.dev-edition-default"
|
||||||
if test (uname) = Darwin
|
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
|
end
|
||||||
|
|
||||||
for p in $profile_dirs
|
for p in $profile_dirs
|
||||||
|
|
Reference in a new issue