summaryrefslogtreecommitdiffstats
path: root/.bin/qb
diff options
context:
space:
mode:
Diffstat (limited to '.bin/qb')
-rwxr-xr-x.bin/qb4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bin/qb b/.bin/qb
index 3caf57e..dd30091 100755
--- a/.bin/qb
+++ b/.bin/qb
@@ -109,11 +109,11 @@ def main():
QB_PROFILE_TAG = QB_PROFILE[0].lower()
# Ensure directory existence
- for dir in [QB_PROFILES_DIR, QB_PROFILE_DIR, QB_PROFILE_DIR_CONFIG]:
+ for dir in (QB_PROFILES_DIR, QB_PROFILE_DIR, QB_PROFILE_DIR_CONFIG):
bypass_file_exists(os.mkdir, dir)
# Ensure common files are shared with other profiles
- for file in ['config.py', 'bookmarks', 'greasemonkey']:
+ for file in ('config.py', 'bookmarks', 'greasemonkey', 'userscripts'):
bypass_file_exists(os.symlink,
f'{QB_DIR}/{file}',
f'{QB_PROFILE_DIR_CONFIG}/{file}')
remember that computers suck.