feat(tunable): improve python name definition.
This commit is contained in:
parent
c1d8958aed
commit
688f2651fd
1 changed files with 4 additions and 3 deletions
|
|
@ -26,7 +26,8 @@
|
|||
@{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]}
|
||||
@{python_version} = 3 3.[0-9] 3.1[0-9]
|
||||
@{python_name} = python python@{python_version}
|
||||
|
||||
# Open
|
||||
@{open_names} = exo-open xdg-open gio kde-open gio-launch-desktop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue