feat(tunable): add the coreutils variable.

This commit is contained in:
Alexandre Pujol 2024-01-25 22:40:49 +00:00
parent 7d3d01ac01
commit cc98c21cbf
Failed to generate hash of commit

View file

@ -6,6 +6,7 @@
# All the shells # All the shells
@{shells} = sh zsh bash dash fish rbash ksh tcsh csh @{shells} = sh zsh bash dash fish rbash ksh tcsh csh
@{shells_path} = @{bin}/@{shells}
# Browsers # Browsers
@ -40,3 +41,15 @@
@{open_path} = @{bin}/exo-open @{bin}/xdg-open @{open_path} = @{bin}/exo-open @{bin}/xdg-open
@{open_path} += @{lib}/@{multiarch}/glib-[0-9]*/gio-launch-desktop @{lib}/gio-launch-desktop @{open_path} += @{lib}/@{multiarch}/glib-[0-9]*/gio-launch-desktop @{lib}/gio-launch-desktop
# Experimental - May be modified/removed without notice
# Coreutils programs that should not have dedicated profile
@{coreutils} = awk b2sum base32 base64 basename basenc cat chcon chgrp chmod chown
@{coreutils} += cksum comm cp csplit cut date dd df dir dircolors dirname du echo env expand
@{coreutils} += expr factor false find fmt fold gawk grep head hostid id install join link
@{coreutils} += ln logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup nproc numfmt
@{coreutils} += od paste pathchk pinky pr printenv printf ptx pwd readlink realpath rm rmdir
@{coreutils} += runcon sed seq sha1sum sha224sum sha256sum sha384sum sha512sum shred shuf sleep
@{coreutils} += sort split stat stdbuf stty sum sync tac tail tee test timeout touch tr true
@{coreutils} += truncate tsort tty uname unexpand uniq unlink vdir wc who whoami xargs yes
@{coreutils_path} = @{bin}/@{coreutils}