feat(profile): general update.
This commit is contained in:
parent
e616b9b3fc
commit
ffb189ef65
20 changed files with 48 additions and 13 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue