feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-02-29 00:32:40 +00:00
parent e616b9b3fc
commit ffb189ef65
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
20 changed files with 48 additions and 13 deletions

View file

@ -46,7 +46,7 @@
@{user_lib_dirs}=@{HOME}/@{XDG_LIB_DIR}
# User build directories and output
@{user_build_dirs}="/tmp/"
@{user_build_dirs}="/tmp/build/"
@{user_pkg_dirs}="/tmp/pkg/"
@{user_tmp_dirs}=@{run}/user/@{uid} /tmp/
@{user_img_dirs}=@{HOME}/@{XDG_IMG_DIR} @{MOUNTS}/@{XDG_IMG_DIR}

View file

@ -4,9 +4,11 @@
# Define some paths for some commonly used programs
# All the shells
# Default distribution shells
@{sh} = sh zsh bash dash
@{sh_path} = @{bin}/@{sh}
# All interactive shells users may want to use
@{shells} = sh zsh bash dash fish rbash ksh tcsh csh
@{shells_path} = @{bin}/@{shells}