feat(tunable): add the new python_path & python_name variables.

This commit is contained in:
Alexandre Pujol 2024-09-05 14:08:08 +01:00
parent 35dcde9d90
commit 4e17001ce2
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC
2 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,9 @@
# Coreutils programs that should not have dedicated profile
@{coreutils_path} = @{bin}/@{coreutils}
# Python interpreters
@{python_path} = @{bin}/@{python_name}
# Browsers
@{brave_path} = @{brave_lib_dirs}/@{brave_name}
@{chrome_path} = @{opera_lib_dirs}/@{chrome_name}

View File

@ -25,6 +25,9 @@
@{coreutils} += sort split stat stdbuf stty sum sync tac tail tee test timeout touch tr true
@{coreutils} += truncate tsort tty uname unexpand uniq unlink updatedb vdir wc who whoami xargs yes
# Python interpreters
@{python_name} = python{,3,3.[0-9],3.1[0-9]}
# Browsers
@{brave_name} = brave{,-beta,-dev,-bin}