aboutsummaryrefslogtreecommitdiff
path: root/session
diff options
context:
space:
mode:
Diffstat (limited to 'session')
-rwxr-xr-xsession2
1 files changed, 1 insertions, 1 deletions
diff --git a/session b/session
index be32912..412b8c0 100755
--- a/session
+++ b/session
@@ -219,7 +219,7 @@ function __session_open {
fi
# Firefox
- if __session_not_ignored firefox && [ -d "$HOME/.mozilla/firefox/profiles" ]; then
+ if __session_not_ignored firefox && [ -d "$HOME/.mozilla/firefox/profiles/$session" ]; then
__session_exec firefox-profile $session
fi
}